Html Css Color HEX #616C71 Pale Sky

📋 copy color: '#616C71'

red 97 ◦ green 108 ◦ blue 113

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

Shades of Pale Sky #616C71

Tints of Pale Sky #616C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.96%

 BLUE value IS 113 (44.53% from 255) = 35.53%

R = 30.5%
G = 33.96%
B = 35.53%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#616C71 (or 0x616C71) is known color: Pale Sky. HEX triplet: 61, 6C and 71. RGB value is (97,108,113). Sum of RGB (Red+Green+Blue) = 97+108+113=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #616C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C71 is #9E938E. Grayscale: #696969. Windows color (decimal): -10392463 or 7433313. OLE color: 7433313.

HSL color Cylindrical-coordinate representation of color #616C71: hue angle of 198.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #616C71 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 108 113 -
CMYK 0.14 0.04 0 0.56
HSL 198.75º 0.08% 0.41% -
HSV(B) 198.75º 0.14% 0.44% -
XYZ 13.27 14.46 17.71 -
YUV 105.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 97 108 113 0.14 0.04 0 0.56 198.75 0.08 0.41
Hex 61 6C 71 E 4 0 38 C7 8 29
Octal 141 154 161 16 4 0 70 307 10 51
Binary 1100001 1101100 1110001 1110 100 0 111000 11000111 1000 101001

Color Harmonies of #616C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C71

Black with #616C71

Text Example


Text Example

White with #616C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616C71; }

 p { color: rgb(97,108,113); }

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

background-color css

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

 a { background-color: rgb(97,108,113); }

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

border-color css

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

 span { border-color: rgb(97,108,113); }

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