#60799A

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

Shades of Waikawa Grey #60799A

Tints of Waikawa Grey #60799A

Color information

#60799A (or 0x60799A) is unknown color: approx Waikawa Grey. HEX triplet: 60, 79 and 9A. RGB value is (96,121,154). Sum of RGB (Red+Green+Blue) = 96+121+154=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #60799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60799A is #9F8665. Grayscale: #757575. Windows color (decimal): -10454630 or 10123616. OLE color: 10123616.

HSL color Cylindrical-coordinate representation of color #60799A: hue angle of 214.14º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60799A is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB96121154-
CMYK0.380.2100.40
HSL214.14º23.2%49.02%-
HSV(B)214.14º37.66%60.39%-
XYZ17.4918.4933.22-
YUV117.29148.72112.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.88%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=25.88%
G=32.61%
B=41.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal961211540.380.2100.40214.1423.249.02
Hex60799A2615028d61731
Octal14017123246250503262761
Binary11000001111001100110101001101010101010001101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60799A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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