Html Css Color HEX #616D72 Pale Sky

📋 copy color: '#616D72'

red 97 ◦ green 109 ◦ blue 114

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

Shades of Pale Sky #616D72

Tints of Pale Sky #616D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.06%

 BLUE value IS 114 (44.92% from 255) = 35.63%

R = 30.31%
G = 34.06%
B = 35.63%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616D72 (or 0x616D72) is known color: Pale Sky. HEX triplet: 61, 6D and 72. RGB value is (97,109,114). Sum of RGB (Red+Green+Blue) = 97+109+114=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #616D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D72 is #9E928D. Grayscale: #696969. Windows color (decimal): -10392206 or 7499105. OLE color: 7499105.

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

Color convert

RGB 97 109 114 -
CMYK 0.15 0.04 0 0.55
HSL 197.65º 0.08% 0.41% -
HSV(B) 197.65º 0.15% 0.45% -
XYZ 13.44 14.69 18.05 -
YUV 105.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 97 109 114 0.15 0.04 0 0.55 197.65 0.08 0.41
Hex 61 6D 72 F 4 0 37 C6 8 29
Octal 141 155 162 17 4 0 67 306 10 51
Binary 1100001 1101101 1110010 1111 100 0 110111 11000110 1000 101001

Color Harmonies of #616D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D72

Black with #616D72

Text Example


Text Example

White with #616D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,109,114); }

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

background-color css

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

 a { background-color: rgb(97,109,114); }

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

border-color css

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

 span { border-color: rgb(97,109,114); }

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