#61696C

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

Shades of Pale Sky #61696C

Tints of Pale Sky #61696C

Color information

#61696C (or 0x61696C) is unknown color: approx Pale Sky. HEX triplet: 61, 69 and 6C. RGB value is (97,105,108). Sum of RGB (Red+Green+Blue) = 97+105+108=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 108 - color contains mainly: blue. Hex color #61696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61696C is #9E9693. Grayscale: #666666. Windows color (decimal): -10393236 or 7104865. OLE color: 7104865.

HSL color Cylindrical-coordinate representation of color #61696C: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61696C is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB97105108-
CMYK0.100.0300.58
HSL196.36º5.37%40.2%-
HSV(B)196.36º10.19%42.35%-
XYZ12.6913.7316.17-
YUV102.95130.85123.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=31.29%
G=33.87%
B=34.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971051080.100.0300.58196.365.3740.2
Hex61696CA303Ac4528
Octal141151154123072304550
Binary110000111010011101100101011011101011000100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61696C; }

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

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

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

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

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

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

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

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