Html Css Color HEX #6682CC Havelock Blue

📋 copy color: '#6682CC'

red 102 ◦ green 130 ◦ blue 204

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

Shades of Havelock Blue #6682CC

Tints of Havelock Blue #6682CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.82%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 23.39%
G = 29.82%
B = 46.79%

CMYK

 C value IS 0.5

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6682CC (or 0x6682CC) is known color: Havelock Blue. HEX triplet: 66, 82 and CC. RGB value is (102,130,204). Sum of RGB (Red+Green+Blue) = 102+130+204=436 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.39% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #6682CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682CC is #997D33. Grayscale: #818181. Windows color (decimal): -10059060 or 13402726. OLE color: 13402726.

HSL color Cylindrical-coordinate representation of color #6682CC: hue angle of 223.53º degrees, saturation: 0.5, 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 #6682CC is Cyan = 0.5, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 130 204 -
CMYK 0.5 0.36 0 0.2
HSL 223.53º 0.5% 0.6% -
HSV(B) 223.53º 0.5% 0.8% -
XYZ 24.36 23.15 60.31 -
YUV 130.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 102 130 204 0.5 0.36 0 0.2 223.53 0.5 0.6
Hex 66 82 CC 32 24 0 14 E0 32 3C
Octal 146 202 314 62 44 0 24 340 62 74
Binary 1100110 10000010 11001100 110010 100100 0 10100 11100000 110010 111100

Color Harmonies of #6682CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6682CC

Black with #6682CC

Text Example


Text Example

White with #6682CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6682CC; }

 p { color: rgb(102,130,204); }

 H1.HeaderClassName
 {
   color: #6682CC;
 }
 .AnyTagClassName
 {
   color: #6682CC;
 }
</style>

background-color css

<style>
 a { background-color: #6682CC; }

 a { background-color: rgb(102,130,204); }

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

border-color css

<style>
 span { border-color: #6682CC; }

 span { border-color: rgb(102,130,204); }

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