Html Css Color HEX #6682CF Havelock Blue

📋 copy color: '#6682CF'

red 102 ◦ green 130 ◦ blue 207

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

Shades of Havelock Blue #6682CF

Tints of Havelock Blue #6682CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 23.23%
G = 29.61%
B = 47.15%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6682CF (or 0x6682CF) is known color: Havelock Blue. HEX triplet: 66, 82 and CF. RGB value is (102,130,207). Sum of RGB (Red+Green+Blue) = 102+130+207=439 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.23% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #6682CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682CF is #997D30. Grayscale: #828282. Windows color (decimal): -10059057 or 13599334. OLE color: 13599334.

HSL color Cylindrical-coordinate representation of color #6682CF: hue angle of 224º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6682CF is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 130 207 -
CMYK 0.51 0.37 0 0.19
HSL 224º 0.52% 0.61% -
HSV(B) 224º 0.51% 0.81% -
XYZ 24.72 23.3 62.22 -
YUV 130.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 102 130 207 0.51 0.37 0 0.19 224 0.52 0.61
Hex 66 82 CF 33 25 0 13 E0 34 3D
Octal 146 202 317 63 45 0 23 340 64 75
Binary 1100110 10000010 11001111 110011 100101 0 10011 11100000 110100 111101

Color Harmonies of #6682CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6682CF

Black with #6682CF

Text Example


Text Example

White with #6682CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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