#615F84

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

Shades of Comet #615F84

Tints of Comet #615F84

Color information

#615F84 (or 0x615F84) is unknown color: approx Comet. HEX triplet: 61, 5F and 84. RGB value is (97,95,132). Sum of RGB (Red+Green+Blue) = 97+95+132=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 132 (51.95% from 255 or 40.74% from 324); Max value from RGB is 132 - color contains mainly: blue. Hex color #615F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615F84 is #9EA07B. Grayscale: #636363. Windows color (decimal): -10395772 or 8675169. OLE color: 8675169.

HSL color Cylindrical-coordinate representation of color #615F84: hue angle of 243.24º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #615F84 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9795132-
CMYK0.270.2800.48
HSL243.24º16.3%44.51%-
HSV(B)243.24º28.03%51.76%-
XYZ13.1912.3923.53-
YUV99.82146.16125.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 95 (37.5% from 255) = 29.32%
BLUE value IS 132 (51.95% from 255) = 40.74%
R=29.94%
G=29.32%
B=40.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97951320.270.2800.48243.2416.344.51
Hex615F841B1C030f3102d
Octal14113720433340603632055
Binary1100001101111110000100110111110001100001111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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