Color Hex Logo

#6299ca Color Hex

#6299CA
(98,153,202)
0 Favorites   0 Comments

Color spaces of #6299ca

RGB 98153202
HSL0.580.500.59
HSV208°51°79°
CMYK 0.510.240.00   0.21
XYZ27.088929.643460.1711
Yxy29.64340.23170.2536
Hunter Lab54.4458-6.4693-27.4127
CIE-Lab61.3453-4.3407-30.7702

#6299ca color RGB value is (98,153,202).

#6299ca hex color red value is 98, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6299ca hue: 0.58 , saturation: 0.50 and the lightness value of 6299ca is 0.59.

The process color (four color CMYK) of #6299ca color hex is 0.51, 0.24, 0.00, 0.21. Web safe color of #6299ca is #6699cc. Color #6299ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10011001 11001010
Octal 142 231 312
Decimal 98 153 202
Hex 62 99 CA

RGB Percentages of Color #6299ca

%21.63
%33.77
%44.59

CMYK Percentages of Color #6299ca

%51
%24
%0
%21

Triadic Colors of #6299ca

#6299ca #ca6299 #99ca62

Analogous Colors of #6299ca

#6299ca #6265ca #62cac7

Monochromatic Colors of #6299ca

#6299ca

Complementary Color

#6299ca #ca9362

#6299ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6299ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6299ca Color CSS Codes

.mybgcolor {background-color:#6299ca; } 
.myforecolor {color:#6299ca; }
.mybordercolor {border:3px solid #6299ca; }

#6299ca Text Font Color

<p style="color:#6299ca">Text here</p>

This sample text font color is #6299ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6299ca Background Color

<div style="background-color:#6299ca">
Div content here</div>

This div background color is #6299ca


#6299ca Border Color

<div style="border:3px solid #6299ca">
Div here</div>

This div border color is #6299ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,153,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6299ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6299ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6299ca;
  box-shadow:         1px 1px 3px 2px #6299ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,153,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6299ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6299ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6299ca;
  box-shadow:         1px 1px 3px 2px #6299ca;">
Div content here</div>

This div box has shadow with color #6299ca


Comments

No comments written yet.

Please login to write comment.