#616F72

Color #616F72 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #616F72

Tints of Pale Sky #616F72

Color information

#616F72 (or 0x616F72) is unknown color: approx Pale Sky. HEX triplet: 61, 6F and 72. RGB value is (97,111,114). Sum of RGB (Red+Green+Blue) = 97+111+114=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 114 - color contains mainly: blue. Hex color #616F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F72 is #9E908D. Grayscale: #6B6B6B. Windows color (decimal): -10391694 or 7499617. OLE color: 7499617.

HSL color Cylindrical-coordinate representation of color #616F72: hue angle of 190.59º 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 #616F72 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97111114-
CMYK0.150.0300.55
HSL190.59º8.06%41.37%-
HSV(B)190.59º14.91%44.71%-
XYZ13.6515.1318.12-
YUV107.16131.86120.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=30.12%
G=34.47%
B=35.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971111140.150.0300.55190.598.0641.37
Hex616F72F3037bf829
Octal1411571621730672771051
Binary1100001110111111100101111110110111101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #616F72;
 }
 .AnyTagClassName
 {
   color: #616F72;
 }
</style>
background-color css

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

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

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

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

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

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