Html Css Color HEX #6681CA Havelock Blue

📋 copy color: '#6681CA'

red 102 ◦ green 129 ◦ blue 202

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

Shades of Havelock Blue #6681CA

Tints of Havelock Blue #6681CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.65%

R = 23.56%
G = 29.79%
B = 46.65%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6681CA (or 0x6681CA) is known color: Havelock Blue. HEX triplet: 66, 81 and CA. RGB value is (102,129,202). Sum of RGB (Red+Green+Blue) = 102+129+202=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #6681CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681CA is #997E35. Grayscale: #808080. Windows color (decimal): -10059318 or 13271398. OLE color: 13271398.

HSL color Cylindrical-coordinate representation of color #6681CA: hue angle of 223.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6681CA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 129 202 -
CMYK 0.50 0.36 0 0.21
HSL 223.8º 0.49% 0.6% -
HSV(B) 223.8º 0.5% 0.79% -
XYZ 23.99 22.79 59.01 -
YUV 129.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 102 129 202 0.50 0.36 0 0.21 223.8 0.49 0.6
Hex 66 81 CA 32 24 0 15 E0 31 3C
Octal 146 201 312 62 44 0 25 340 61 74
Binary 1100110 10000001 11001010 110010 100100 0 10101 11100000 110001 111100

Color Harmonies of #6681CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681CA

Black with #6681CA

Text Example


Text Example

White with #6681CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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