Html Css Color HEX #615E84 Comet

📋 copy color: '#615E84'

red 97 ◦ green 94 ◦ blue 132

#615E84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #615E84

Tints of Comet #615E84

RGB

 RED value IS 97 (38.28% from 255) = 30.03%

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 132 (51.95% from 255) = 40.87%

R = 30.03%
G = 29.1%
B = 40.87%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#615E84 (or 0x615E84) is known color: Comet. HEX triplet: 61, 5E and 84. RGB value is (97,94,132). Sum of RGB (Red+Green+Blue) = 97+94+132=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 132 - color contains mainly: blue. Hex color #615E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E84 is #9EA17B. Grayscale: #636363. Windows color (decimal): -10396028 or 8674913. OLE color: 8674913.

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

Color convert

RGB 97 94 132 -
CMYK 0.27 0.29 0 0.48
HSL 244.74º 0.17% 0.44% -
HSV(B) 244.74º 0.29% 0.52% -
XYZ 13.1 12.21 23.5 -
YUV 99.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 97 94 132 0.27 0.29 0 0.48 244.74 0.17 0.44
Hex 61 5E 84 1B 1D 0 30 F5 11 2C
Octal 141 136 204 33 35 0 60 365 21 54
Binary 1100001 1011110 10000100 11011 11101 0 110000 11110101 10001 101100

Color Harmonies of #615E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E84

Black with #615E84

Text Example


Text Example

White with #615E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #615E84;
 }
 .AnyTagClassName
 {
   color: #615E84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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