Html Css Color HEX #616F73 Pale Sky

📋 copy color: '#616F73'

red 97 ◦ green 111 ◦ blue 115

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

Shades of Pale Sky #616F73

Tints of Pale Sky #616F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 30.03%
G = 34.37%
B = 35.6%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616F73 (or 0x616F73) is known color: Pale Sky. HEX triplet: 61, 6F and 73. RGB value is (97,111,115). Sum of RGB (Red+Green+Blue) = 97+111+115=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 115 - color contains mainly: blue. Hex color #616F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F73 is #9E908C. Grayscale: #6B6B6B. Windows color (decimal): -10391693 or 7565153. OLE color: 7565153.

HSL color Cylindrical-coordinate representation of color #616F73: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616F73 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 111 115 -
CMYK 0.16 0.03 0 0.55
HSL 193.33º 0.08% 0.42% -
HSV(B) 193.33º 0.16% 0.45% -
XYZ 13.71 15.15 18.42 -
YUV 107.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 97 111 115 0.16 0.03 0 0.55 193.33 0.08 0.42
Hex 61 6F 73 10 3 0 37 C1 8 2A
Octal 141 157 163 20 3 0 67 301 10 52
Binary 1100001 1101111 1110011 10000 11 0 110111 11000001 1000 101010

Color Harmonies of #616F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F73

Black with #616F73

Text Example


Text Example

White with #616F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,111,115); }

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

background-color css

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

 a { background-color: rgb(97,111,115); }

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

border-color css

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

 span { border-color: rgb(97,111,115); }

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