Html Css Color HEX #6681D6 Havelock Blue

📋 copy color: '#6681D6'

red 102 ◦ green 129 ◦ blue 214

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

Shades of Havelock Blue #6681D6

Tints of Havelock Blue #6681D6

RGB

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

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

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

R = 22.92%
G = 28.99%
B = 48.09%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6681D6 (or 0x6681D6) is known color: Havelock Blue. HEX triplet: 66, 81 and D6. RGB value is (102,129,214). Sum of RGB (Red+Green+Blue) = 102+129+214=445 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.92% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #6681D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681D6 is #997E29. Grayscale: #828282. Windows color (decimal): -10059306 or 14057830. OLE color: 14057830.

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

Color convert

RGB 102 129 214 -
CMYK 0.52 0.40 0 0.16
HSL 225.54º 0.58% 0.62% -
HSV(B) 225.54º 0.52% 0.84% -
XYZ 25.47 23.38 66.79 -
YUV 130.62 175.05 107.59 -
System Red Green Blue C M Y K H S L
Decimal 102 129 214 0.52 0.40 0 0.16 225.54 0.58 0.62
Hex 66 81 D6 34 28 0 10 E2 3A 3E
Octal 146 201 326 64 50 0 20 342 72 76
Binary 1100110 10000001 11010110 110100 101000 0 10000 11100010 111010 111110

Color Harmonies of #6681D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681D6

Black with #6681D6

Text Example


Text Example

White with #6681D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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