#6480C1

Color #6480C1 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #6480C1

Tints of Havelock Blue #6480C1

Color information

#6480C1 (or 0x6480C1) is unknown color: approx Havelock Blue. HEX triplet: 64, 80 and C1. RGB value is (100,128,193). Sum of RGB (Red+Green+Blue) = 100+128+193=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #6480C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6480C1 is #9B7F3E. Grayscale: #7E7E7E. Windows color (decimal): -10190655 or 12681316. OLE color: 12681316.

HSL color Cylindrical-coordinate representation of color #6480C1: hue angle of 221.94º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6480C1 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB100128193-
CMYK0.480.3400.24
HSL221.94º42.86%57.45%-
HSV(B)221.94º48.19%75.69%-
XYZ22.62253.51-
YUV127.04165.22108.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 128 (50.39% from 255) = 30.40%
BLUE value IS 193 (75.78% from 255) = 45.84%
R=23.75%
G=30.40%
B=45.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001281930.480.3400.24221.9442.8657.45
Hex6480C13022018de2b39
Octal14420030160420303365371
Binary1100100100000001100000111000010001001100011011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6480C1;
 }
 .AnyTagClassName
 {
   color: #6480C1;
 }
</style>
background-color css

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

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

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

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

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

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