Html Css Color HEX #6484CB Havelock Blue

📋 copy color: '#6484CB'

red 100 ◦ green 132 ◦ blue 203

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

Shades of Havelock Blue #6484CB

Tints of Havelock Blue #6484CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

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

R = 22.99%
G = 30.34%
B = 46.67%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6484CB (or 0x6484CB) is known color: Havelock Blue. HEX triplet: 64, 84 and CB. RGB value is (100,132,203). Sum of RGB (Red+Green+Blue) = 100+132+203=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 132 (51.95% from 255 or 30.34% 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 #6484CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484CB is #9B7B34. Grayscale: #828282. Windows color (decimal): -10189621 or 13337700. OLE color: 13337700.

HSL color Cylindrical-coordinate representation of color #6484CB: hue angle of 221.36º 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 #6484CB is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 132 203 -
CMYK 0.51 0.35 0 0.20
HSL 221.36º 0.5% 0.59% -
HSV(B) 221.36º 0.51% 0.8% -
XYZ 24.29 23.52 59.76 -
YUV 130.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 100 132 203 0.51 0.35 0 0.20 221.36 0.5 0.59
Hex 64 84 CB 33 23 0 14 DD 32 3B
Octal 144 204 313 63 43 0 24 335 62 73
Binary 1100100 10000100 11001011 110011 100011 0 10100 11011101 110010 111011

Color Harmonies of #6484CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6484CB

Black with #6484CB

Text Example


Text Example

White with #6484CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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