#606566

Color #606566 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #606566

Tints of Pale Sky #606566

Color information

#606566 (or 0x606566) is unknown color: approx Pale Sky. HEX triplet: 60, 65 and 66. RGB value is (96,101,102). Sum of RGB (Red+Green+Blue) = 96+101+102=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 102 - color contains mainly: blue. Hex color #606566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606566 is #9F9A99. Grayscale: #636363. Windows color (decimal): -10459802 or 6710624. OLE color: 6710624.

HSL color Cylindrical-coordinate representation of color #606566: hue angle of 190º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #606566 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB96101102-
CMYK0.060.0100.6
HSL190º3.03%38.82%-
HSV(B)190º5.88%40%-
XYZ11.8812.7514.41-
YUV99.62129.34125.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 101 (39.84% from 255) = 33.78%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=32.11%
G=33.78%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal961011020.060.0100.61903.0338.82
Hex6065666103Cbe327
Octal14014514661074276347
Binary110000011001011100110110101111001011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606566; }

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

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

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

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

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

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

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

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