Html Css Color HEX #6681C2 Havelock Blue

📋 copy color: '#6681C2'

red 102 ◦ green 129 ◦ blue 194

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

Shades of Havelock Blue #6681C2

Tints of Havelock Blue #6681C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.65%

R = 24%
G = 30.35%
B = 45.65%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6681C2 (or 0x6681C2) is known color: Havelock Blue. HEX triplet: 66, 81 and C2. RGB value is (102,129,194). Sum of RGB (Red+Green+Blue) = 102+129+194=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #6681C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681C2 is #997E3D. Grayscale: #808080. Windows color (decimal): -10059326 or 12747110. OLE color: 12747110.

HSL color Cylindrical-coordinate representation of color #6681C2: hue angle of 222.39º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6681C2 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 129 194 -
CMYK 0.47 0.34 0 0.24
HSL 222.39º 0.43% 0.58% -
HSV(B) 222.39º 0.47% 0.76% -
XYZ 23.07 22.42 54.15 -
YUV 128.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 102 129 194 0.47 0.34 0 0.24 222.39 0.43 0.58
Hex 66 81 C2 2F 22 0 18 DE 2B 3A
Octal 146 201 302 57 42 0 30 336 53 72
Binary 1100110 10000001 11000010 101111 100010 0 11000 11011110 101011 111010

Color Harmonies of #6681C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681C2

Black with #6681C2

Text Example


Text Example

White with #6681C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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