#606B9F

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

Shades of Waikawa Grey #606B9F

Tints of Waikawa Grey #606B9F

Color information

#606B9F (or 0x606B9F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6B and 9F. RGB value is (96,107,159). Sum of RGB (Red+Green+Blue) = 96+107+159=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 159 - color contains mainly: blue. Hex color #606B9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B9F is #9F9460. Grayscale: #6D6D6D. Windows color (decimal): -10458209 or 10447712. OLE color: 10447712.

HSL color Cylindrical-coordinate representation of color #606B9F: hue angle of 229.52º 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 #606B9F is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96107159-
CMYK0.400.3300.38
HSL229.52º24.71%50%-
HSV(B)229.52º39.62%62.35%-
XYZ16.3415.5134.93-
YUV109.64155.86118.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.52%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 159 (62.5% from 255) = 43.92%
R=26.52%
G=29.56%
B=43.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961071590.400.3300.38229.5224.7150
Hex606B9F2821026e61932
Octal14015323750410463463162
Binary110000011010111001111110100010000101001101110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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