#606E93

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

Shades of Waikawa Grey #606E93

Tints of Waikawa Grey #606E93

Color information

#606E93 (or 0x606E93) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6E and 93. RGB value is (96,110,147). Sum of RGB (Red+Green+Blue) = 96+110+147=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #606E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606E93 is #9F916C. Grayscale: #6D6D6D. Windows color (decimal): -10457453 or 9662048. OLE color: 9662048.

HSL color Cylindrical-coordinate representation of color #606E93: hue angle of 223.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #606E93 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96110147-
CMYK0.350.2500.42
HSL223.53º20.99%47.65%-
HSV(B)223.53º34.69%57.65%-
XYZ15.6715.7529.82-
YUV110.03148.86117.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=27.20%
G=31.16%
B=41.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961101470.350.2500.42223.5320.9947.65
Hex606E93231902Ae01530
Octal14015622343310523402560
Binary11000001101110100100111000111100101010101110000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606E93; }

 p { color: rgb(96,110,147); }

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

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

 a { background-color: rgb(96,110,147); }

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

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

 span { border-color: rgb(96,110,147); }

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