#606D88

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

Shades of Waikawa Grey #606D88

Tints of Waikawa Grey #606D88

Color information

#606D88 (or 0x606D88) is unknown color: approx Waikawa Grey. HEX triplet: 60, 6D and 88. RGB value is (96,109,136). Sum of RGB (Red+Green+Blue) = 96+109+136=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #606D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606D88 is #9F9277. Grayscale: #6C6C6C. Windows color (decimal): -10457720 or 8940896. OLE color: 8940896.

HSL color Cylindrical-coordinate representation of color #606D88: hue angle of 220.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #606D88 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96109136-
CMYK0.290.2000.47
HSL220.5º17.24%45.49%-
HSV(B)220.5º29.41%53.33%-
XYZ14.7415.225.45-
YUV108.19143.69119.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=28.15%
G=31.96%
B=39.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961091360.290.2000.47220.517.2445.49
Hex606D881D1402Fdc112d
Octal14015521035240573342155
Binary1100000110110110001000111011010001011111101110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,109,136); }

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

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

 a { background-color: rgb(96,109,136); }

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

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

 span { border-color: rgb(96,109,136); }

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