Html Css Color HEX #6482CB Havelock Blue

📋 copy color: '#6482CB'

red 100 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #6482CB

Tints of Havelock Blue #6482CB

RGB

 RED value IS 100 (39.45% from 255) = 23.09%

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

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

R = 23.09%
G = 30.02%
B = 46.88%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6482CB (or 0x6482CB) is known color: Havelock Blue. HEX triplet: 64, 82 and CB. RGB value is (100,130,203). Sum of RGB (Red+Green+Blue) = 100+130+203=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #6482CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6482CB is #9B7D34. Grayscale: #818181. Windows color (decimal): -10190133 or 13337188. OLE color: 13337188.

HSL color Cylindrical-coordinate representation of color #6482CB: hue angle of 222.52º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6482CB is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 130 203 -
CMYK 0.51 0.36 0 0.20
HSL 222.52º 0.5% 0.59% -
HSV(B) 222.52º 0.51% 0.8% -
XYZ 24.02 22.99 59.67 -
YUV 129.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 100 130 203 0.51 0.36 0 0.20 222.52 0.5 0.59
Hex 64 82 CB 33 24 0 14 DF 32 3B
Octal 144 202 313 63 44 0 24 337 62 73
Binary 1100100 10000010 11001011 110011 100100 0 10100 11011111 110010 111011

Color Harmonies of #6482CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6482CB

Black with #6482CB

Text Example


Text Example

White with #6482CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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