#6279CC

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

Shades of Havelock Blue #6279CC

Tints of Havelock Blue #6279CC

Color information

#6279CC (or 0x6279CC) is unknown color: approx Havelock Blue. HEX triplet: 62, 79 and CC. RGB value is (98,121,204). Sum of RGB (Red+Green+Blue) = 98+121+204=423 (56% of max value = 765). Red value is 98 (38.67% from 255 or 23.17% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6279CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6279CC is #9D8633. Grayscale: #7B7B7B. Windows color (decimal): -10323508 or 13400418. OLE color: 13400418.

HSL color Cylindrical-coordinate representation of color #6279CC: hue angle of 226.98º 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 #6279CC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB98121204-
CMYK0.520.4100.2
HSL226.98º50.96%59.22%-
HSV(B)226.98º51.96%80%-
XYZ22.7720.6359.91-
YUV123.58173.38109.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.17%
GREEN value IS 121 (47.66% from 255) = 28.61%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=23.17%
G=28.61%
B=48.23%

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
Decimal981212040.520.4100.2226.9850.9659.22
Hex6279CC3429014e3333b
Octal14217131464510243436373
Binary110001011110011100110011010010100101010011100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6279CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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