Html Css Color HEX #6681CE Havelock Blue

📋 copy color: '#6681CE'

red 102 ◦ green 129 ◦ blue 206

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

Shades of Havelock Blue #6681CE

Tints of Havelock Blue #6681CE

RGB

 RED value IS 102 (40.23% from 255) = 23.34%

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 23.34%
G = 29.52%
B = 47.14%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6681CE (or 0x6681CE) is known color: Havelock Blue. HEX triplet: 66, 81 and CE. RGB value is (102,129,206). Sum of RGB (Red+Green+Blue) = 102+129+206=437 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.34% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #6681CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681CE is #997E31. Grayscale: #818181. Windows color (decimal): -10059314 or 13533542. OLE color: 13533542.

HSL color Cylindrical-coordinate representation of color #6681CE: hue angle of 224.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6681CE is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 129 206 -
CMYK 0.50 0.37 0 0.19
HSL 224.42º 0.51% 0.6% -
HSV(B) 224.42º 0.5% 0.81% -
XYZ 24.47 22.98 61.54 -
YUV 129.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 102 129 206 0.50 0.37 0 0.19 224.42 0.51 0.6
Hex 66 81 CE 32 25 0 13 E0 33 3C
Octal 146 201 316 62 45 0 23 340 63 74
Binary 1100110 10000001 11001110 110010 100101 0 10011 11100000 110011 111100

Color Harmonies of #6681CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681CE

Black with #6681CE

Text Example


Text Example

White with #6681CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6681CE; }

 p { color: rgb(102,129,206); }

 H1.HeaderClassName
 {
   color: #6681CE;
 }
 .AnyTagClassName
 {
   color: #6681CE;
 }
</style>

background-color css

<style>
 a { background-color: #6681CE; }

 a { background-color: rgb(102,129,206); }

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

border-color css

<style>
 span { border-color: #6681CE; }

 span { border-color: rgb(102,129,206); }

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