#657075

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

Shades of Pale Sky #657075

Tints of Pale Sky #657075

Color information

#657075 (or 0x657075) is unknown color: approx Pale Sky. HEX triplet: 65, 70 and 75. RGB value is (101,112,117). Sum of RGB (Red+Green+Blue) = 101+112+117=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #657075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657075 is #9A8F8A. Grayscale: #6D6D6D. Windows color (decimal): -10129291 or 7696485. OLE color: 7696485.

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

Color convert

RGB101112117-
CMYK0.140.0400.54
HSL198.75º7.34%42.75%-
HSV(B)198.75º13.68%45.88%-
XYZ14.3715.6419.09-
YUV109.28132.36122.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=30.61%
G=33.94%
B=35.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1011121170.140.0400.54198.757.3442.75
Hex657075E4036c772b
Octal145160165164066307753
Binary1100101111000011101011110100011011011000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657075; }

 p { color: rgb(101,112,117); }

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

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

 a { background-color: rgb(101,112,117); }

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

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

 span { border-color: rgb(101,112,117); }

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