Html Css Color HEX #6680CA Havelock Blue

📋 copy color: '#6680CA'

red 102 ◦ green 128 ◦ blue 202

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

Shades of Havelock Blue #6680CA

Tints of Havelock Blue #6680CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

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

R = 23.61%
G = 29.63%
B = 46.76%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6680CA (or 0x6680CA) is known color: Havelock Blue. HEX triplet: 66, 80 and CA. RGB value is (102,128,202). Sum of RGB (Red+Green+Blue) = 102+128+202=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #6680CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680CA is #997F35. Grayscale: #808080. Windows color (decimal): -10059574 or 13271142. OLE color: 13271142.

HSL color Cylindrical-coordinate representation of color #6680CA: hue angle of 224.4º 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 #6680CA is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 128 202 -
CMYK 0.50 0.37 0 0.21
HSL 224.4º 0.49% 0.6% -
HSV(B) 224.4º 0.5% 0.79% -
XYZ 23.86 22.53 58.97 -
YUV 128.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 102 128 202 0.50 0.37 0 0.21 224.4 0.49 0.6
Hex 66 80 CA 32 25 0 15 E0 31 3C
Octal 146 200 312 62 45 0 25 340 61 74
Binary 1100110 10000000 11001010 110010 100101 0 10101 11100000 110001 111100

Color Harmonies of #6680CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680CA

Black with #6680CA

Text Example


Text Example

White with #6680CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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