#615F80

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

Shades of Comet #615F80

Tints of Comet #615F80

Color information

#615F80 (or 0x615F80) is unknown color: approx Comet. HEX triplet: 61, 5F and 80. RGB value is (97,95,128). Sum of RGB (Red+Green+Blue) = 97+95+128=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 128 - color contains mainly: blue. Hex color #615F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F80 is #9EA07F. Grayscale: #636363. Windows color (decimal): -10395776 or 8413025. OLE color: 8413025.

HSL color Cylindrical-coordinate representation of color #615F80: hue angle of 243.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615F80 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9795128-
CMYK0.240.2600.50
HSL243.64º14.8%43.73%-
HSV(B)243.64º25.78%50.2%-
XYZ12.9212.2822.11-
YUV99.36144.16126.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 128 (50.39% from 255) = 40%
R=30.31%
G=29.69%
B=40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97951280.240.2600.50243.6414.843.73
Hex615F80181A032f4f2c
Octal14113720030320623641754
Binary110000110111111000000011000110100110010111101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,95,128); }

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

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

 a { background-color: rgb(97,95,128); }

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

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

 span { border-color: rgb(97,95,128); }

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