Html Css Color HEX #6682CA Havelock Blue

📋 copy color: '#6682CA'

red 102 ◦ green 130 ◦ blue 202

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

Shades of Havelock Blue #6682CA

Tints of Havelock Blue #6682CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 23.5%
G = 29.95%
B = 46.54%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6682CA (or 0x6682CA) is known color: Havelock Blue. HEX triplet: 66, 82 and CA. RGB value is (102,130,202). Sum of RGB (Red+Green+Blue) = 102+130+202=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #6682CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6682CA is #997D35. Grayscale: #818181. Windows color (decimal): -10059062 or 13271654. OLE color: 13271654.

HSL color Cylindrical-coordinate representation of color #6682CA: hue angle of 223.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6682CA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 130 202 -
CMYK 0.50 0.36 0 0.21
HSL 223.2º 0.49% 0.6% -
HSV(B) 223.2º 0.5% 0.79% -
XYZ 24.12 23.05 59.06 -
YUV 129.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 102 130 202 0.50 0.36 0 0.21 223.2 0.49 0.6
Hex 66 82 CA 32 24 0 15 DF 31 3C
Octal 146 202 312 62 44 0 25 337 61 74
Binary 1100110 10000010 11001010 110010 100100 0 10101 11011111 110001 111100

Color Harmonies of #6682CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6682CA

Black with #6682CA

Text Example


Text Example

White with #6682CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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