#615E7B

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

Shades of Comet #615E7B

Tints of Comet #615E7B

Color information

#615E7B (or 0x615E7B) is unknown color: approx Comet. HEX triplet: 61, 5E and 7B. RGB value is (97,94,123). Sum of RGB (Red+Green+Blue) = 97+94+123=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #615E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E7B is #9EA184. Grayscale: #626262. Windows color (decimal): -10396037 or 8085089. OLE color: 8085089.

HSL color Cylindrical-coordinate representation of color #615E7B: hue angle of 246.21º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #615E7B is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9794123-
CMYK0.210.2400.52
HSL246.21º13.36%42.55%-
HSV(B)246.21º23.58%48.24%-
XYZ12.5111.9820.39-
YUV98.2141.99127.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=30.89%
G=29.94%
B=39.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97941230.210.2400.52246.2113.3642.55
Hex615E7B1518034f6d2b
Octal14113617325300643661553
Binary11000011011110111101110101110000110100111101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615E7B; }

 p { color: rgb(97,94,123); }

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

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

 a { background-color: rgb(97,94,123); }

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

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

 span { border-color: rgb(97,94,123); }

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