#606796

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

Shades of Waikawa Grey #606796

Tints of Waikawa Grey #606796

Color information

#606796 (or 0x606796) is unknown color: approx Waikawa Grey. HEX triplet: 60, 67 and 96. RGB value is (96,103,150). Sum of RGB (Red+Green+Blue) = 96+103+150=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #606796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606796 is #9F9869. Grayscale: #6A6A6A. Windows color (decimal): -10459242 or 9856864. OLE color: 9856864.

HSL color Cylindrical-coordinate representation of color #606796: hue angle of 232.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #606796 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB96103150-
CMYK0.360.3100.41
HSL232.22º21.95%48.24%-
HSV(B)232.22º36%58.82%-
XYZ15.1814.3930.83-
YUV106.26152.68120.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=27.51%
G=29.51%
B=42.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961031500.360.3100.41232.2221.9548.24
Hex606796241F029e81630
Octal14014722644370513502660
Binary11000001100111100101101001001111101010011110100010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606796; }

 p { color: rgb(96,103,150); }

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

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

 a { background-color: rgb(96,103,150); }

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

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

 span { border-color: rgb(96,103,150); }

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