#606893

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

Shades of Waikawa Grey #606893

Tints of Waikawa Grey #606893

Color information

#606893 (or 0x606893) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 93. RGB value is (96,104,147). Sum of RGB (Red+Green+Blue) = 96+104+147=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #606893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606893 is #9F976C. Grayscale: #6A6A6A. Windows color (decimal): -10458989 or 9660512. OLE color: 9660512.

HSL color Cylindrical-coordinate representation of color #606893: hue angle of 230.59º 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 #606893 is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB96104147-
CMYK0.350.2900.42
HSL230.59º20.99%47.65%-
HSV(B)230.59º34.69%57.65%-
XYZ15.0414.4929.61-
YUV106.51150.85120.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 147 (57.81% from 255) = 42.36%
R=27.67%
G=29.97%
B=42.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal961041470.350.2900.42230.5920.9947.65
Hex606893231D02Ae71530
Octal14015022343350523472560
Binary11000001101000100100111000111110101010101110011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606893; }

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

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

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

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

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

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

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

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