#63696A

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

Shades of Pale Sky #63696A

Tints of Pale Sky #63696A

Color information

#63696A (or 0x63696A) is unknown color: approx Pale Sky. HEX triplet: 63, 69 and 6A. RGB value is (99,105,106). Sum of RGB (Red+Green+Blue) = 99+105+106=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 106 - color contains mainly: blue. Hex color #63696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63696A is #9C9695. Grayscale: #676767. Windows color (decimal): -10262166 or 6973795. OLE color: 6973795.

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

Color convert

RGB99105106-
CMYK0.070.0100.58
HSL188.57º3.41%40.2%-
HSV(B)188.57º6.6%41.57%-
XYZ12.813.815.62-
YUV103.32129.51124.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.94%
GREEN value IS 105 (41.41% from 255) = 33.87%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=31.94%
G=33.87%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal991051060.070.0100.58188.573.4140.2
Hex63696A7103Abd328
Octal14315115271072275350
Binary110001111010011101010111101110101011110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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