Html Css Color HEX #616566 Pale Sky

📋 copy color: '#616566'

red 97 ◦ green 101 ◦ blue 102

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

Shades of Pale Sky #616566

Tints of Pale Sky #616566

RGB

 RED value IS 97 (38.28% from 255) = 32.33%

 GREEN value IS 101 (39.84% from 255) = 33.67%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 32.33%
G = 33.67%
B = 34%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#616566 (or 0x616566) is known color: Pale Sky. HEX triplet: 61, 65 and 66. RGB value is (97,101,102). Sum of RGB (Red+Green+Blue) = 97+101+102=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 102 - color contains mainly: blue. Hex color #616566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616566 is #9E9A99. Grayscale: #636363. Windows color (decimal): -10394266 or 6710625. OLE color: 6710625.

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

Color convert

RGB 97 101 102 -
CMYK 0.05 0.01 0 0.6
HSL 192º 0.03% 0.39% -
HSV(B) 192º 0.05% 0.4% -
XYZ 11.98 12.81 14.41 -
YUV 99.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 97 101 102 0.05 0.01 0 0.6 192 0.03 0.39
Hex 61 65 66 5 1 0 3C C0 3 27
Octal 141 145 146 5 1 0 74 300 3 47
Binary 1100001 1100101 1100110 101 1 0 111100 11000000 11 100111

Color Harmonies of #616566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616566

Black with #616566

Text Example


Text Example

White with #616566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616566; }

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

 H1.HeaderClassName
 {
   color: #616566;
 }
 .AnyTagClassName
 {
   color: #616566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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