#677175

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

Shades of Pale Sky #677175

Tints of Pale Sky #677175

Color information

#677175 (or 0x677175) is unknown color: approx Pale Sky. HEX triplet: 67, 71 and 75. RGB value is (103,113,117). Sum of RGB (Red+Green+Blue) = 103+113+117=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 117 - color contains mainly: blue. Hex color #677175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677175 is #988E8A. Grayscale: #6E6E6E. Windows color (decimal): -9997963 or 7696743. OLE color: 7696743.

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

Color convert

RGB103113117-
CMYK0.120.0300.54
HSL197.14º6.36%43.14%-
HSV(B)197.14º11.97%45.88%-
XYZ14.7115.9819.14-
YUV110.47131.69122.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.93%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 117 (46.09% from 255) = 35.14%
R=30.93%
G=33.93%
B=35.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031131170.120.0300.54197.146.3643.14
Hex677175C3036c562b
Octal147161165143066305653
Binary110011111100011110101110011011011011000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677175; }

 p { color: rgb(103,113,117); }

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

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

 a { background-color: rgb(103,113,117); }

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

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

 span { border-color: rgb(103,113,117); }

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