#60799C

Color #60799C Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #60799C

Tints of Waikawa Grey #60799C

Color information

#60799C (or 0x60799C) is unknown color: approx Waikawa Grey. HEX triplet: 60, 79 and 9C. RGB value is (96,121,156). Sum of RGB (Red+Green+Blue) = 96+121+156=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #60799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60799C is #9F8663. Grayscale: #757575. Windows color (decimal): -10454628 or 10254688. OLE color: 10254688.

HSL color Cylindrical-coordinate representation of color #60799C: hue angle of 215º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60799C is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB96121156-
CMYK0.380.2200.39
HSL215º23.81%49.41%-
HSV(B)215º38.46%61.18%-
XYZ17.6618.5634.1-
YUV117.51149.72112.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.74%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=25.74%
G=32.44%
B=41.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961211560.380.2200.3921523.8149.41
Hex60799C2616027d71831
Octal14017123446260473273061
Binary11000001111001100111001001101011001001111101011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60799C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60799C; }

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

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

<style>
 a { background-color: #60799C; }

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

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

<style>
 span { border-color: #60799C; }

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

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