#616869

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

Shades of Pale Sky #616869

Tints of Pale Sky #616869

Color information

#616869 (or 0x616869) is unknown color: approx Pale Sky. HEX triplet: 61, 68 and 69. RGB value is (97,104,105). Sum of RGB (Red+Green+Blue) = 97+104+105=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 105 - color contains mainly: blue. Hex color #616869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616869 is #9E9796. Grayscale: #666666. Windows color (decimal): -10393495 or 6908001. OLE color: 6908001.

HSL color Cylindrical-coordinate representation of color #616869: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616869 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB97104105-
CMYK0.080.0100.59
HSL187.5º3.96%39.61%-
HSV(B)187.5º7.62%41.18%-
XYZ12.4313.4615.31-
YUV102.02129.68124.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=31.70%
G=33.99%
B=34.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal971041050.080.0100.59187.53.9639.61
Hex6168698103Bbb428
Octal141150151101073273450
Binary11000011101000110100110001011101110111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616869; }

 p { color: rgb(97,104,105); }

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

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

 a { background-color: rgb(97,104,105); }

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

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

 span { border-color: rgb(97,104,105); }

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