Html Css Color HEX #6881D6 Havelock Blue

📋 copy color: '#6881D6'

red 104 ◦ green 129 ◦ blue 214

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

Shades of Havelock Blue #6881D6

Tints of Havelock Blue #6881D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.87%

R = 23.27%
G = 28.86%
B = 47.87%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6881D6 (or 0x6881D6) is known color: Havelock Blue. HEX triplet: 68, 81 and D6. RGB value is (104,129,214). Sum of RGB (Red+Green+Blue) = 104+129+214=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #6881D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881D6 is #977E29. Grayscale: #828282. Windows color (decimal): -9928234 or 14057832. OLE color: 14057832.

HSL color Cylindrical-coordinate representation of color #6881D6: hue angle of 226.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6881D6 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 129 214 -
CMYK 0.51 0.40 0 0.16
HSL 226.36º 0.57% 0.62% -
HSV(B) 226.36º 0.51% 0.84% -
XYZ 25.7 23.5 66.8 -
YUV 131.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 104 129 214 0.51 0.40 0 0.16 226.36 0.57 0.62
Hex 68 81 D6 33 28 0 10 E2 39 3E
Octal 150 201 326 63 50 0 20 342 71 76
Binary 1101000 10000001 11010110 110011 101000 0 10000 11100010 111001 111110

Color Harmonies of #6881D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881D6

Black with #6881D6

Text Example


Text Example

White with #6881D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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