Html Css Color HEX #6181CB Havelock Blue

📋 copy color: '#6181CB'

red 97 ◦ green 129 ◦ blue 203

#6181CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #6181CB

Tints of Havelock Blue #6181CB

RGB

 RED value IS 97 (38.28% from 255) = 22.61%

 GREEN value IS 129 (50.78% from 255) = 30.07%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 22.61%
G = 30.07%
B = 47.32%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6181CB (or 0x6181CB) is known color: Havelock Blue. HEX triplet: 61, 81 and CB. RGB value is (97,129,203). Sum of RGB (Red+Green+Blue) = 97+129+203=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #6181CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181CB is #9E7E34. Grayscale: #7F7F7F. Windows color (decimal): -10386997 or 13336929. OLE color: 13336929.

HSL color Cylindrical-coordinate representation of color #6181CB: hue angle of 221.89º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6181CB is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 129 203 -
CMYK 0.52 0.36 0 0.20
HSL 221.89º 0.5% 0.59% -
HSV(B) 221.89º 0.52% 0.8% -
XYZ 23.56 22.55 59.61 -
YUV 127.87 170.4 105.98 -
System Red Green Blue C M Y K H S L
Decimal 97 129 203 0.52 0.36 0 0.20 221.89 0.5 0.59
Hex 61 81 CB 34 24 0 14 DE 32 3B
Octal 141 201 313 64 44 0 24 336 62 73
Binary 1100001 10000001 11001011 110100 100100 0 10100 11011110 110010 111011

Color Harmonies of #6181CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6181CB

Black with #6181CB

Text Example


Text Example

White with #6181CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6181CB; }

 p { color: rgb(97,129,203); }

 H1.HeaderClassName
 {
   color: #6181CB;
 }
 .AnyTagClassName
 {
   color: #6181CB;
 }
</style>

background-color css

<style>
 a { background-color: #6181CB; }

 a { background-color: rgb(97,129,203); }

 div.DivClassName
 {
   background-color: #6181CB;
 }
 .BgClassName
 {
   background-color: #6181CB;
 }
</style>

border-color css

<style>
 span { border-color: #6181CB; }

 span { border-color: rgb(97,129,203); }

 td.TdClassName
 {
   border-color: #6181CB;
 }
 .TagClassName
 {
   border-color: #6181CB;
 }
</style>