Html Css Color HEX #6484CD Havelock Blue

📋 copy color: '#6484CD'

red 100 ◦ green 132 ◦ blue 205

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

Shades of Havelock Blue #6484CD

Tints of Havelock Blue #6484CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 22.88%
G = 30.21%
B = 46.91%

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

#6484CD (or 0x6484CD) is known color: Havelock Blue. HEX triplet: 64, 84 and CD. RGB value is (100,132,205). Sum of RGB (Red+Green+Blue) = 100+132+205=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #6484CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484CD is #9B7B32. Grayscale: #828282. Windows color (decimal): -10189619 or 13468772. OLE color: 13468772.

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

Color convert

RGB 100 132 205 -
CMYK 0.51 0.36 0 0.20
HSL 221.71º 0.51% 0.6% -
HSV(B) 221.71º 0.51% 0.8% -
XYZ 24.53 23.62 61.02 -
YUV 130.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 100 132 205 0.51 0.36 0 0.20 221.71 0.51 0.6
Hex 64 84 CD 33 24 0 14 DE 33 3C
Octal 144 204 315 63 44 0 24 336 63 74
Binary 1100100 10000100 11001101 110011 100100 0 10100 11011110 110011 111100

Color Harmonies of #6484CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6484CD

Black with #6484CD

Text Example


Text Example

White with #6484CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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