#65696A

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

Shades of Pale Sky #65696A

Tints of Pale Sky #65696A

Color information

#65696A (or 0x65696A) is unknown color: approx Pale Sky. HEX triplet: 65, 69 and 6A. RGB value is (101,105,106). Sum of RGB (Red+Green+Blue) = 101+105+106=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 106 - color contains mainly: blue. Hex color #65696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65696A is #9A9695. Grayscale: #676767. Windows color (decimal): -10131094 or 6973797. OLE color: 6973797.

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

Color convert

RGB101105106-
CMYK0.050.0100.58
HSL192º2.42%40.59%-
HSV(B)192º4.72%41.57%-
XYZ13.0213.9115.63-
YUV103.92129.17125.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.37%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=32.37%
G=33.65%
B=33.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1011051060.050.0100.581922.4240.59
Hex65696A5103Ac0229
Octal14515115251072300251
Binary110010111010011101010101101110101100000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65696A; }

 p { color: rgb(101,105,106); }

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

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

 a { background-color: rgb(101,105,106); }

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

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

 span { border-color: rgb(101,105,106); }

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