#606A92

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

Shades of Waikawa Grey #606A92

Tints of Waikawa Grey #606A92

Color information

#606A92 (or 0x606A92) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6A and 92. RGB value is (96,106,146). Sum of RGB (Red+Green+Blue) = 96+106+146=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #606A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606A92 is #9F956D. Grayscale: #6B6B6B. Windows color (decimal): -10458478 or 9595488. OLE color: 9595488.

HSL color Cylindrical-coordinate representation of color #606A92: hue angle of 228º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #606A92 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96106146-
CMYK0.340.2700.43
HSL228º20.66%47.45%-
HSV(B)228º34.25%57.25%-
XYZ15.1714.8729.27-
YUV107.57149.69119.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=27.59%
G=30.46%
B=41.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961061460.340.2700.4322820.6647.45
Hex606A92221B02Be4152f
Octal14015222242330533442557
Binary11000001101010100100101000101101101010111110010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,106,146); }

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

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

 a { background-color: rgb(96,106,146); }

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

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

 span { border-color: rgb(96,106,146); }

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