#606687

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

Shades of Waikawa Grey #606687

Tints of Waikawa Grey #606687

Color information

#606687 (or 0x606687) is unknown color: approx Waikawa Grey. HEX triplet: 60, 66 and 87. RGB value is (96,102,135). Sum of RGB (Red+Green+Blue) = 96+102+135=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #606687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606687 is #9F9978. Grayscale: #676767. Windows color (decimal): -10459513 or 8873568. OLE color: 8873568.

HSL color Cylindrical-coordinate representation of color #606687: hue angle of 230.77º 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 #606687 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB96102135-
CMYK0.290.2400.47
HSL230.77º16.88%45.29%-
HSV(B)230.77º28.89%52.94%-
XYZ13.9513.7424.84-
YUV103.97145.51122.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=28.83%
G=30.63%
B=40.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961021350.290.2400.47230.7716.8845.29
Hex6066871D1802Fe7112d
Octal14014620735300573472155
Binary1100000110011010000111111011100001011111110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606687; }

 p { color: rgb(96,102,135); }

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

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

 a { background-color: rgb(96,102,135); }

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

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

 span { border-color: rgb(96,102,135); }

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