#617075

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

Shades of Pale Sky #617075

Tints of Pale Sky #617075

Color information

#617075 (or 0x617075) is unknown color: approx Pale Sky. HEX triplet: 61, 70 and 75. RGB value is (97,112,117). Sum of RGB (Red+Green+Blue) = 97+112+117=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 117 - color contains mainly: blue. Hex color #617075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617075 is #9E8F8A. Grayscale: #6C6C6C. Windows color (decimal): -10391435 or 7696481. OLE color: 7696481.

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

Color convert

RGB97112117-
CMYK0.170.0400.54
HSL195º9.35%41.96%-
HSV(B)195º17.09%45.88%-
XYZ13.9315.4119.07-
YUV108.08133.03120.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=29.75%
G=34.36%
B=35.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971121170.170.0400.541959.3541.96
Hex617075114036c392a
Octal1411601652140663031152
Binary110000111100001110101100011000110110110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617075; }

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

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

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

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

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

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

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

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