#647375

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

Shades of Pale Sky #647375

Tints of Pale Sky #647375

Color information

#647375 (or 0x647375) is unknown color: approx Pale Sky. HEX triplet: 64, 73 and 75. RGB value is (100,115,117). Sum of RGB (Red+Green+Blue) = 100+115+117=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 115 (45.31% from 255 or 34.64% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 117 - color contains mainly: blue. Hex color #647375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647375 is #9B8C8A. Grayscale: #6E6E6E. Windows color (decimal): -10194059 or 7697252. OLE color: 7697252.

HSL color Cylindrical-coordinate representation of color #647375: hue angle of 187.06º 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 #647375 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB100115117-
CMYK0.150.0200.54
HSL187.06º7.83%42.55%-
HSV(B)187.06º14.53%45.88%-
XYZ14.616.2619.2-
YUV110.74131.53120.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.12%
GREEN value IS 115 (45.31% from 255) = 34.64%
BLUE value IS 117 (46.09% from 255) = 35.24%
R=30.12%
G=34.64%
B=35.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001151170.150.0200.54187.067.8342.55
Hex647375F2036bb82b
Octal1441631651720662731053
Binary1100100111001111101011111100110110101110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647375; }

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

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

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

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

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

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

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

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