#6079CA

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

Shades of Havelock Blue #6079CA

Tints of Havelock Blue #6079CA

Color information

#6079CA (or 0x6079CA) is unknown color: approx Havelock Blue. HEX triplet: 60, 79 and CA. RGB value is (96,121,202). Sum of RGB (Red+Green+Blue) = 96+121+202=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #6079CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6079CA is #9F8635. Grayscale: #7A7A7A. Windows color (decimal): -10454582 or 13269344. OLE color: 13269344.

HSL color Cylindrical-coordinate representation of color #6079CA: hue angle of 225.85º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6079CA is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB96121202-
CMYK0.520.4000.21
HSL225.85º50%58.43%-
HSV(B)225.85º52.48%79.22%-
XYZ22.3220.4358.64-
YUV122.76172.72108.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 121 (47.66% from 255) = 28.88%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=22.91%
G=28.88%
B=48.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal961212020.520.4000.21225.855058.43
Hex6079CA3428015e2323a
Octal14017131264500253426272
Binary110000011110011100101011010010100001010111100010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6079CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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