#61696B

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

Shades of Pale Sky #61696B

Tints of Pale Sky #61696B

Color information

#61696B (or 0x61696B) is unknown color: approx Pale Sky. HEX triplet: 61, 69 and 6B. RGB value is (97,105,107). Sum of RGB (Red+Green+Blue) = 97+105+107=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 107 - color contains mainly: blue. Hex color #61696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61696B is #9E9694. Grayscale: #666666. Windows color (decimal): -10393237 or 7039329. OLE color: 7039329.

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

Color convert

RGB97105107-
CMYK0.090.0200.58
HSL192º4.9%40%-
HSV(B)192º9.35%41.96%-
XYZ12.6413.7115.89-
YUV102.84130.35123.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=31.39%
G=33.98%
B=34.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971051070.090.0200.581924.940
Hex61696B9203Ac0528
Octal141151153112072300550
Binary110000111010011101011100110011101011000000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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