Html Css Color HEX #6480CC Havelock Blue

📋 copy color: '#6480CC'

red 100 ◦ green 128 ◦ blue 204

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

Shades of Havelock Blue #6480CC

Tints of Havelock Blue #6480CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 204 (80.08% from 255) = 47.22%

R = 23.15%
G = 29.63%
B = 47.22%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6480CC (or 0x6480CC) is known color: Havelock Blue. HEX triplet: 64, 80 and CC. RGB value is (100,128,204). Sum of RGB (Red+Green+Blue) = 100+128+204=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #6480CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480CC is #9B7F33. Grayscale: #7F7F7F. Windows color (decimal): -10190644 or 13402212. OLE color: 13402212.

HSL color Cylindrical-coordinate representation of color #6480CC: hue angle of 223.85º degrees, saturation: 0.5, 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 #6480CC is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 128 204 -
CMYK 0.51 0.37 0 0.2
HSL 223.85º 0.5% 0.6% -
HSV(B) 223.85º 0.51% 0.8% -
XYZ 23.87 22.51 60.21 -
YUV 128.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 100 128 204 0.51 0.37 0 0.2 223.85 0.5 0.6
Hex 64 80 CC 33 25 0 14 E0 32 3C
Octal 144 200 314 63 45 0 24 340 62 74
Binary 1100100 10000000 11001100 110011 100101 0 10100 11100000 110010 111100

Color Harmonies of #6480CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6480CC

Black with #6480CC

Text Example


Text Example

White with #6480CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6480CC; }

 p { color: rgb(100,128,204); }

 H1.HeaderClassName
 {
   color: #6480CC;
 }
 .AnyTagClassName
 {
   color: #6480CC;
 }
</style>

background-color css

<style>
 a { background-color: #6480CC; }

 a { background-color: rgb(100,128,204); }

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

border-color css

<style>
 span { border-color: #6480CC; }

 span { border-color: rgb(100,128,204); }

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