Html Css Color HEX #6181CC Havelock Blue

📋 copy color: '#6181CC'

red 97 ◦ green 129 ◦ blue 204

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

Shades of Havelock Blue #6181CC

Tints of Havelock Blue #6181CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 22.56%
G = 30%
B = 47.44%

CMYK

 C value IS 0.52

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6181CC (or 0x6181CC) is known color: Havelock Blue. HEX triplet: 61, 81 and CC. RGB value is (97,129,204). Sum of RGB (Red+Green+Blue) = 97+129+204=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #6181CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6181CC is #9E7E33. Grayscale: #7F7F7F. Windows color (decimal): -10386996 or 13402465. OLE color: 13402465.

HSL color Cylindrical-coordinate representation of color #6181CC: hue angle of 222.06º degrees, saturation: 0.51, 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 #6181CC is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 129 204 -
CMYK 0.52 0.37 0 0.2
HSL 222.06º 0.51% 0.59% -
HSV(B) 222.06º 0.52% 0.8% -
XYZ 23.68 22.6 60.24 -
YUV 127.98 170.9 105.9 -
System Red Green Blue C M Y K H S L
Decimal 97 129 204 0.52 0.37 0 0.2 222.06 0.51 0.59
Hex 61 81 CC 34 25 0 14 DE 33 3B
Octal 141 201 314 64 45 0 24 336 63 73
Binary 1100001 10000001 11001100 110100 100101 0 10100 11011110 110011 111011

Color Harmonies of #6181CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6181CC

Black with #6181CC

Text Example


Text Example

White with #6181CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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