#617077

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

Shades of Pale Sky #617077

Tints of Pale Sky #617077

Color information

#617077 (or 0x617077) is unknown color: approx Pale Sky. HEX triplet: 61, 70 and 77. RGB value is (97,112,119). Sum of RGB (Red+Green+Blue) = 97+112+119=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #617077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617077 is #9E8F88. Grayscale: #6C6C6C. Windows color (decimal): -10391433 or 7827553. OLE color: 7827553.

HSL color Cylindrical-coordinate representation of color #617077: hue angle of 199.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #617077 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB97112119-
CMYK0.180.0600.53
HSL199.09º10.19%42.35%-
HSV(B)199.09º18.49%46.67%-
XYZ14.0515.4619.7-
YUV108.31134.03119.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 119 (46.88% from 255) = 36.28%
R=29.57%
G=34.15%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971121190.180.0600.53199.0910.1942.35
Hex617077126035c7a2a
Octal1411601672260653071252
Binary110000111100001110111100101100110101110001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617077; }

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

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

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

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

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

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

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

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