Html Css Color HEX #6881CF Havelock Blue

📋 copy color: '#6881CF'

red 104 ◦ green 129 ◦ blue 207

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

Shades of Havelock Blue #6881CF

Tints of Havelock Blue #6881CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 23.64%
G = 29.32%
B = 47.05%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6881CF (or 0x6881CF) is known color: Havelock Blue. HEX triplet: 68, 81 and CF. RGB value is (104,129,207). Sum of RGB (Red+Green+Blue) = 104+129+207=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #6881CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881CF is #977E30. Grayscale: #828282. Windows color (decimal): -9928241 or 13599080. OLE color: 13599080.

HSL color Cylindrical-coordinate representation of color #6881CF: hue angle of 225.44º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6881CF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 104 129 207 -
CMYK 0.50 0.38 0 0.19
HSL 225.44º 0.52% 0.61% -
HSV(B) 225.44º 0.5% 0.81% -
XYZ 24.82 23.15 62.19 -
YUV 130.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 104 129 207 0.50 0.38 0 0.19 225.44 0.52 0.61
Hex 68 81 CF 32 26 0 13 E1 34 3D
Octal 150 201 317 62 46 0 23 341 64 75
Binary 1101000 10000001 11001111 110010 100110 0 10011 11100001 110100 111101

Color Harmonies of #6881CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881CF

Black with #6881CF

Text Example


Text Example

White with #6881CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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