#606B9D

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

Shades of Waikawa Grey #606B9D

Tints of Waikawa Grey #606B9D

Color information

#606B9D (or 0x606B9D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6B and 9D. RGB value is (96,107,157). Sum of RGB (Red+Green+Blue) = 96+107+157=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 157 - color contains mainly: blue. Hex color #606B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B9D is #9F9462. Grayscale: #6D6D6D. Windows color (decimal): -10458211 or 10316640. OLE color: 10316640.

HSL color Cylindrical-coordinate representation of color #606B9D: hue angle of 229.18º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #606B9D is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96107157-
CMYK0.390.3200.38
HSL229.18º24.11%49.61%-
HSV(B)229.18º38.85%61.57%-
XYZ16.1715.4434.03-
YUV109.41154.86118.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 157 (61.72% from 255) = 43.61%
R=26.67%
G=29.72%
B=43.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961071570.390.3200.38229.1824.1149.61
Hex606B9D2720026e51832
Octal14015323547400463453062
Binary110000011010111001110110011110000001001101110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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