#606B9B

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

Shades of Waikawa Grey #606B9B

Tints of Waikawa Grey #606B9B

Color information

#606B9B (or 0x606B9B) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6B and 9B. RGB value is (96,107,155). Sum of RGB (Red+Green+Blue) = 96+107+155=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 155 - color contains mainly: blue. Hex color #606B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606B9B is #9F9464. Grayscale: #6C6C6C. Windows color (decimal): -10458213 or 10185568. OLE color: 10185568.

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

Color convert

RGB96107155-
CMYK0.380.3100.39
HSL228.81º23.51%49.22%-
HSV(B)228.81º38.06%60.78%-
XYZ1615.3733.13-
YUV109.18153.86118.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 107 (42.19% from 255) = 29.89%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=26.82%
G=29.89%
B=43.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961071550.380.3100.39228.8123.5149.22
Hex606B9B261F027e51831
Octal14015323346370473453061
Binary11000001101011100110111001101111101001111110010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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