#63686A

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

Shades of Pale Sky #63686A

Tints of Pale Sky #63686A

Color information

#63686A (or 0x63686A) is unknown color: approx Pale Sky. HEX triplet: 63, 68 and 6A. RGB value is (99,104,106). Sum of RGB (Red+Green+Blue) = 99+104+106=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 106 - color contains mainly: blue. Hex color #63686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63686A is #9C9795. Grayscale: #666666. Windows color (decimal): -10262422 or 6973539. OLE color: 6973539.

HSL color Cylindrical-coordinate representation of color #63686A: hue angle of 197.14º 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 #63686A is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB99104106-
CMYK0.070.0200.58
HSL197.14º3.41%40.2%-
HSV(B)197.14º6.6%41.57%-
XYZ12.713.5915.59-
YUV102.73129.84125.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.04%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=32.04%
G=33.66%
B=34.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal991041060.070.0200.58197.143.4140.2
Hex63686A7203Ac5328
Octal14315015272072305350
Binary1100011110100011010101111001110101100010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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