Html Css Color HEX #6682CB Havelock Blue

📋 copy color: '#6682CB'

red 102 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #6682CB

Tints of Havelock Blue #6682CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 23.45%
G = 29.89%
B = 46.67%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6682CB (or 0x6682CB) is known color: Havelock Blue. HEX triplet: 66, 82 and CB. RGB value is (102,130,203). Sum of RGB (Red+Green+Blue) = 102+130+203=435 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.45% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #6682CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682CB is #997D34. Grayscale: #818181. Windows color (decimal): -10059061 or 13337190. OLE color: 13337190.

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

Color convert

RGB 102 130 203 -
CMYK 0.50 0.36 0 0.20
HSL 223.37º 0.49% 0.6% -
HSV(B) 223.37º 0.5% 0.8% -
XYZ 24.24 23.1 59.68 -
YUV 129.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 102 130 203 0.50 0.36 0 0.20 223.37 0.49 0.6
Hex 66 82 CB 32 24 0 14 DF 31 3C
Octal 146 202 313 62 44 0 24 337 61 74
Binary 1100110 10000010 11001011 110010 100100 0 10100 11011111 110001 111100

Color Harmonies of #6682CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6682CB

Black with #6682CB

Text Example


Text Example

White with #6682CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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