Color Hex Logo

#6297cb Color Hex

#6297CB
(98,151,203)
0 Favorites   0 Comments

Color spaces of #6297cb

RGB 98151203
HSL0.580.500.59
HSV210°52°80°
CMYK 0.520.260.00   0.20
XYZ26.883129.041760.6886
Yxy29.04170.23050.2490
Hunter Lab53.8904-5.2637-29.0462
CIE-Lab60.8184-2.9050-32.1478

#6297cb color RGB value is (98,151,203).

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

The process color (four color CMYK) of #6297cb color hex is 0.52, 0.26, 0.00, 0.20. Web safe color of #6297cb is #6699cc. Color #6297cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10010111 11001011
Octal 142 227 313
Decimal 98 151 203
Hex 62 97 CB

RGB Percentages of Color #6297cb

%21.68
%33.41
%44.91

CMYK Percentages of Color #6297cb

%52
%26
%0
%20

Triadic Colors of #6297cb

#6297cb #cb6297 #97cb62

Analogous Colors of #6297cb

#6297cb #6263cb #62cbcb

Monochromatic Colors of #6297cb

#6297cb

Complementary Color

#6297cb #cb9662

#6297cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6297cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6297cb Color CSS Codes

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

#6297cb Text Font Color

<p style="color:#6297cb">Text here</p>

This sample text font color is #6297cb
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.


#6297cb Background Color

<div style="background-color:#6297cb">
Div content here</div>

This div background color is #6297cb


#6297cb Border Color

<div style="border:3px solid #6297cb">
Div here</div>

This div border color is #6297cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,151,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6297cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6297cb;
  -webkit-box-shadow: 1px 1px 3px 2px #6297cb;
  box-shadow:         1px 1px 3px 2px #6297cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6297cb


Comments

No comments written yet.

Please login to write comment.