#6179CC

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

Shades of Havelock Blue #6179CC

Tints of Havelock Blue #6179CC

Color information

#6179CC (or 0x6179CC) is unknown color: approx Havelock Blue. HEX triplet: 61, 79 and CC. RGB value is (97,121,204). Sum of RGB (Red+Green+Blue) = 97+121+204=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 121 (47.66% from 255 or 28.67% 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 #6179CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6179CC is #9E8633. Grayscale: #7A7A7A. Windows color (decimal): -10389044 or 13400417. OLE color: 13400417.

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

Color convert

RGB97121204-
CMYK0.520.4100.2
HSL226.54º51.2%59.02%-
HSV(B)226.54º52.45%80%-
XYZ22.6720.5859.9-
YUV123.29173.55109.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.99%
GREEN value IS 121 (47.66% from 255) = 28.67%
BLUE value IS 204 (80.08% from 255) = 48.34%
R=22.99%
G=28.67%
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
Decimal971212040.520.4100.2226.5451.259.02
Hex6179CC3429014e3333b
Octal14117131464510243436373
Binary110000111110011100110011010010100101010011100011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6179CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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