Html Css Color HEX #6680BE Havelock Blue

📋 copy color: '#6680BE'

red 102 ◦ green 128 ◦ blue 190

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

Shades of Havelock Blue #6680BE

Tints of Havelock Blue #6680BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 24.29%
G = 30.48%
B = 45.24%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6680BE (or 0x6680BE) is known color: Havelock Blue. HEX triplet: 66, 80 and BE. RGB value is (102,128,190). Sum of RGB (Red+Green+Blue) = 102+128+190=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #6680BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680BE is #997F41. Grayscale: #7F7F7F. Windows color (decimal): -10059586 or 12484710. OLE color: 12484710.

HSL color Cylindrical-coordinate representation of color #6680BE: hue angle of 222.27º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6680BE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 128 190 -
CMYK 0.46 0.33 0 0.25
HSL 222.27º 0.4% 0.57% -
HSV(B) 222.27º 0.46% 0.75% -
XYZ 22.49 21.98 51.77 -
YUV 127.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 102 128 190 0.46 0.33 0 0.25 222.27 0.4 0.57
Hex 66 80 BE 2E 21 0 19 DE 28 39
Octal 146 200 276 56 41 0 31 336 50 71
Binary 1100110 10000000 10111110 101110 100001 0 11001 11011110 101000 111001

Color Harmonies of #6680BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680BE

Black with #6680BE

Text Example


Text Example

White with #6680BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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