#6079D7

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

Shades of Havelock Blue #6079D7

Tints of Havelock Blue #6079D7

Color information

#6079D7 (or 0x6079D7) is unknown color: approx Havelock Blue. HEX triplet: 60, 79 and D7. RGB value is (96,121,215). Sum of RGB (Red+Green+Blue) = 96+121+215=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 215 (84.38% from 255 or 49.77% from 432); Max value from RGB is 215 - color contains mainly: blue. Hex color #6079D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6079D7 is #9F8628. Grayscale: #7B7B7B. Windows color (decimal): -10454569 or 14121312. OLE color: 14121312.

HSL color Cylindrical-coordinate representation of color #6079D7: hue angle of 227.39º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6079D7 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB96121215-
CMYK0.550.4400.16
HSL227.39º59.8%60.98%-
HSV(B)227.39º55.35%84.31%-
XYZ23.9321.0767.1-
YUV124.24179.22107.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.22%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 215 (84.38% from 255) = 49.77%
R=22.22%
G=28.01%
B=49.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal961212150.550.4400.16227.3959.860.98
Hex6079D7372C010e33c3d
Octal14017132767540203437475
Binary110000011110011101011111011110110001000011100011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6079D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6079D7; }

 p { color: rgb(96,121,215); }

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

<style>
 a { background-color: #6079D7; }

 a { background-color: rgb(96,121,215); }

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

<style>
 span { border-color: #6079D7; }

 span { border-color: rgb(96,121,215); }

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