#6278CC

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

Shades of Havelock Blue #6278CC

Tints of Havelock Blue #6278CC

Color information

#6278CC (or 0x6278CC) is unknown color: approx Havelock Blue. HEX triplet: 62, 78 and CC. RGB value is (98,120,204). Sum of RGB (Red+Green+Blue) = 98+120+204=422 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.22% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #6278CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6278CC is #9D8733. Grayscale: #7A7A7A. Windows color (decimal): -10323764 or 13400162. OLE color: 13400162.

HSL color Cylindrical-coordinate representation of color #6278CC: hue angle of 227.55º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6278CC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98120204-
CMYK0.520.4100.2
HSL227.55º50.96%59.22%-
HSV(B)227.55º51.96%80%-
XYZ22.6520.3959.87-
YUV123173.71110.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.22%
GREEN value IS 120 (47.27% from 255) = 28.44%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=23.22%
G=28.44%
B=48.34%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal981202040.520.4100.2227.5550.9659.22
Hex6278CC3429014e4333b
Octal14217031464510243446373
Binary110001011110001100110011010010100101010011100100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6278CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,120,204); }

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

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

 a { background-color: rgb(98,120,204); }

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

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

 span { border-color: rgb(98,120,204); }

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