#616675

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

Shades of Comet #616675

Tints of Comet #616675

Color information

#616675 (or 0x616675) is unknown color: approx Comet. HEX triplet: 61, 66 and 75. RGB value is (97,102,117). Sum of RGB (Red+Green+Blue) = 97+102+117=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #616675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616675 is #9E998A. Grayscale: #666666. Windows color (decimal): -10393995 or 7693921. OLE color: 7693921.

HSL color Cylindrical-coordinate representation of color #616675: hue angle of 225º 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 #616675 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB97102117-
CMYK0.170.1300.54
HSL225º9.35%41.96%-
HSV(B)225º17.09%45.88%-
XYZ12.8913.3318.72-
YUV102.22136.34124.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 117 (46.09% from 255) = 37.03%
R=30.70%
G=32.28%
B=37.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971021170.170.1300.542259.3541.96
Hex61667511D036e192a
Octal14114616521150663411152
Binary1100001110011011101011000111010110110111000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616675; }

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

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

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

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

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

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

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

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