Html Css Color HEX #606566 Pale Sky

📋 copy color: '#606566'

red 96 ◦ green 101 ◦ blue 102

#606566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #606566

Tints of Pale Sky #606566

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 value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#606566 (or 0x606566) is known color: 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

RGB 96 101 102 -
CMYK 0.06 0.01 0 0.6
HSL 190º 0.03% 0.39% -
HSV(B) 190º 0.06% 0.4% -
XYZ 11.88 12.75 14.41 -
YUV 99.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 96 101 102 0.06 0.01 0 0.6 190 0.03 0.39
Hex 60 65 66 6 1 0 3C BE 3 27
Octal 140 145 146 6 1 0 74 276 3 47
Binary 1100000 1100101 1100110 110 1 0 111100 10111110 11 100111

Color Harmonies of #606566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606566

Black with #606566

Text Example


Text Example

White with #606566

Text Example


Text Example

HTML Codes & Css Web 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>