Html Css Color HEX #6680CD Havelock Blue

📋 copy color: '#6680CD'

red 102 ◦ green 128 ◦ blue 205

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

Shades of Havelock Blue #6680CD

Tints of Havelock Blue #6680CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.13%

R = 23.45%
G = 29.43%
B = 47.13%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6680CD (or 0x6680CD) is known color: Havelock Blue. HEX triplet: 66, 80 and CD. RGB value is (102,128,205). Sum of RGB (Red+Green+Blue) = 102+128+205=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #6680CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680CD is #997F32. Grayscale: #808080. Windows color (decimal): -10059571 or 13467750. OLE color: 13467750.

HSL color Cylindrical-coordinate representation of color #6680CD: hue angle of 224.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6680CD is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 128 205 -
CMYK 0.50 0.38 0 0.20
HSL 224.85º 0.51% 0.6% -
HSV(B) 224.85º 0.5% 0.8% -
XYZ 24.22 22.67 60.86 -
YUV 129 170.89 108.74 -
System Red Green Blue C M Y K H S L
Decimal 102 128 205 0.50 0.38 0 0.20 224.85 0.51 0.6
Hex 66 80 CD 32 26 0 14 E1 33 3C
Octal 146 200 315 62 46 0 24 341 63 74
Binary 1100110 10000000 11001101 110010 100110 0 10100 11100001 110011 111100

Color Harmonies of #6680CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680CD

Black with #6680CD

Text Example


Text Example

White with #6680CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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