Html Css Color HEX #647375 Pale Sky

📋 copy color: '#647375'

red 100 ◦ green 115 ◦ blue 117

#647375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #647375

Tints of Pale Sky #647375

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 value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#647375 (or 0x647375) is known color: 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

RGB 100 115 117 -
CMYK 0.15 0.02 0 0.54
HSL 187.06º 0.08% 0.43% -
HSV(B) 187.06º 0.15% 0.46% -
XYZ 14.6 16.26 19.2 -
YUV 110.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 100 115 117 0.15 0.02 0 0.54 187.06 0.08 0.43
Hex 64 73 75 F 2 0 36 BB 8 2B
Octal 144 163 165 17 2 0 66 273 10 53
Binary 1100100 1110011 1110101 1111 10 0 110110 10111011 1000 101011

Color Harmonies of #647375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647375

Black with #647375

Text Example


Text Example

White with #647375

Text Example


Text Example

HTML Codes & Css Web 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>