#616769

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

Shades of Pale Sky #616769

Tints of Pale Sky #616769

Color information

#616769 (or 0x616769) is unknown color: approx Pale Sky. HEX triplet: 61, 67 and 69. RGB value is (97,103,105). Sum of RGB (Red+Green+Blue) = 97+103+105=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 105 - color contains mainly: blue. Hex color #616769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616769 is #9E9896. Grayscale: #656565. Windows color (decimal): -10393751 or 6907745. OLE color: 6907745.

HSL color Cylindrical-coordinate representation of color #616769: hue angle of 195º 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 #616769 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB97103105-
CMYK0.080.0200.59
HSL195º3.96%39.61%-
HSV(B)195º7.62%41.18%-
XYZ12.3313.2615.27-
YUV101.43130.01124.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=31.80%
G=33.77%
B=34.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal971031050.080.0200.591953.9639.61
Hex6167698203Bc3428
Octal141147151102073303450
Binary110000111001111101001100010011101111000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616769; }

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

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

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

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

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

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

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

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