#606F9F

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

Shades of Waikawa Grey #606F9F

Tints of Waikawa Grey #606F9F

Color information

#606F9F (or 0x606F9F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6F and 9F. RGB value is (96,111,159). Sum of RGB (Red+Green+Blue) = 96+111+159=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #606F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606F9F is #9F9060. Grayscale: #6F6F6F. Windows color (decimal): -10457185 or 10448736. OLE color: 10448736.

HSL color Cylindrical-coordinate representation of color #606F9F: hue angle of 225.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606F9F is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96111159-
CMYK0.400.3000.38
HSL225.71º24.71%50%-
HSV(B)225.71º39.62%62.35%-
XYZ16.7716.3635.07-
YUV111.99154.53116.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.23%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=26.23%
G=30.33%
B=43.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961111590.400.3000.38225.7124.7150
Hex606F9F281E026e21932
Octal14015723750360463423162
Binary11000001101111100111111010001111001001101110001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,111,159); }

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

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

 a { background-color: rgb(96,111,159); }

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

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

 span { border-color: rgb(96,111,159); }

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