Html Css Color HEX #6881CB Havelock Blue

📋 copy color: '#6881CB'

red 104 ◦ green 129 ◦ blue 203

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

Shades of Havelock Blue #6881CB

Tints of Havelock Blue #6881CB

RGB

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

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

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

R = 23.85%
G = 29.59%
B = 46.56%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6881CB (or 0x6881CB) is known color: Havelock Blue. HEX triplet: 68, 81 and CB. RGB value is (104,129,203). Sum of RGB (Red+Green+Blue) = 104+129+203=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 129 (50.78% from 255 or 29.59% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #6881CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881CB is #977E34. Grayscale: #818181. Windows color (decimal): -9928245 or 13336936. OLE color: 13336936.

HSL color Cylindrical-coordinate representation of color #6881CB: hue angle of 224.85º degrees, saturation: 0.49, 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 #6881CB is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 104 129 203 -
CMYK 0.49 0.36 0 0.20
HSL 224.85º 0.49% 0.6% -
HSV(B) 224.85º 0.49% 0.8% -
XYZ 24.34 22.96 59.65 -
YUV 129.96 169.22 109.48 -
System Red Green Blue C M Y K H S L
Decimal 104 129 203 0.49 0.36 0 0.20 224.85 0.49 0.6
Hex 68 81 CB 31 24 0 14 E1 31 3C
Octal 150 201 313 61 44 0 24 341 61 74
Binary 1101000 10000001 11001011 110001 100100 0 10100 11100001 110001 111100

Color Harmonies of #6881CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881CB

Black with #6881CB

Text Example


Text Example

White with #6881CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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