#606696

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

Shades of Waikawa Grey #606696

Tints of Waikawa Grey #606696

Color information

#606696 (or 0x606696) is unknown color: approx Waikawa Grey. HEX triplet: 60, 66 and 96. RGB value is (96,102,150). Sum of RGB (Red+Green+Blue) = 96+102+150=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #606696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606696 is #9F9969. Grayscale: #696969. Windows color (decimal): -10459498 or 9856608. OLE color: 9856608.

HSL color Cylindrical-coordinate representation of color #606696: hue angle of 233.33º 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 #606696 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB96102150-
CMYK0.360.3200.41
HSL233.33º21.95%48.24%-
HSV(B)233.33º36%58.82%-
XYZ15.0814.1930.8-
YUV105.68153.01121.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=27.59%
G=29.31%
B=43.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal961021500.360.3200.41233.3321.9548.24
Hex6066962420029e91630
Octal14014622644400513512660
Binary110000011001101001011010010010000001010011110100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606696; }

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

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

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

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

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

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

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

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