#616B6F

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

Shades of Pale Sky #616B6F

Tints of Pale Sky #616B6F

Color information

#616B6F (or 0x616B6F) is unknown color: approx Pale Sky. HEX triplet: 61, 6B and 6F. RGB value is (97,107,111). Sum of RGB (Red+Green+Blue) = 97+107+111=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 111 - color contains mainly: blue. Hex color #616B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B6F is #9E9490. Grayscale: #686868. Windows color (decimal): -10392721 or 7301985. OLE color: 7301985.

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

Color convert

RGB97107111-
CMYK0.130.0400.56
HSL197.14º6.73%40.78%-
HSV(B)197.14º12.61%43.53%-
XYZ13.0614.217.09-
YUV104.47131.69122.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=30.79%
G=33.97%
B=35.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971071110.130.0400.56197.146.7340.78
Hex616B6FD4038c5729
Octal141153157154070305751
Binary1100001110101111011111101100011100011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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