Html Css Color HEX #6881CC Havelock Blue

📋 copy color: '#6881CC'

red 104 ◦ green 129 ◦ blue 204

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

Shades of Havelock Blue #6881CC

Tints of Havelock Blue #6881CC

RGB

 RED value IS 104 (41.02% from 255) = 23.8%

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

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

R = 23.8%
G = 29.52%
B = 46.68%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6881CC (or 0x6881CC) is known color: Havelock Blue. HEX triplet: 68, 81 and CC. RGB value is (104,129,204). Sum of RGB (Red+Green+Blue) = 104+129+204=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #6881CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881CC is #977E33. Grayscale: #818181. Windows color (decimal): -9928244 or 13402472. OLE color: 13402472.

HSL color Cylindrical-coordinate representation of color #6881CC: hue angle of 225º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6881CC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 129 204 -
CMYK 0.49 0.37 0 0.2
HSL 225º 0.5% 0.6% -
HSV(B) 225º 0.49% 0.8% -
XYZ 24.46 23 60.28 -
YUV 130.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 104 129 204 0.49 0.37 0 0.2 225 0.5 0.6
Hex 68 81 CC 31 25 0 14 E1 32 3C
Octal 150 201 314 61 45 0 24 341 62 74
Binary 1101000 10000001 11001100 110001 100101 0 10100 11100001 110010 111100

Color Harmonies of #6881CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881CC

Black with #6881CC

Text Example


Text Example

White with #6881CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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