#647275

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

Shades of Pale Sky #647275

Tints of Pale Sky #647275

Color information

#647275 (or 0x647275) is unknown color: approx Pale Sky. HEX triplet: 64, 72 and 75. RGB value is (100,114,117). Sum of RGB (Red+Green+Blue) = 100+114+117=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 117 - color contains mainly: blue. Hex color #647275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647275 is #9B8D8A. Grayscale: #6E6E6E. Windows color (decimal): -10194315 or 7696996. OLE color: 7696996.

HSL color Cylindrical-coordinate representation of color #647275: hue angle of 190.59º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #647275 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB100114117-
CMYK0.150.0300.54
HSL190.59º7.83%42.55%-
HSV(B)190.59º14.53%45.88%-
XYZ14.4816.0319.16-
YUV110.16131.86120.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 114 (44.92% from 255) = 34.44%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=30.21%
G=34.44%
B=35.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001141170.150.0300.54190.597.8342.55
Hex647275F3036bf82b
Octal1441621651730662771053
Binary1100100111001011101011111110110110101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647275; }

 p { color: rgb(100,114,117); }

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

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

 a { background-color: rgb(100,114,117); }

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

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

 span { border-color: rgb(100,114,117); }

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