Html Css Color HEX #615E80 Comet

📋 copy color: '#615E80'

red 97 ◦ green 94 ◦ blue 128

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

Shades of Comet #615E80

Tints of Comet #615E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.13%

R = 30.41%
G = 29.47%
B = 40.13%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#615E80 (or 0x615E80) is known color: Comet. HEX triplet: 61, 5E and 80. RGB value is (97,94,128). Sum of RGB (Red+Green+Blue) = 97+94+128=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 128 - color contains mainly: blue. Hex color #615E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615E80 is #9EA17F. Grayscale: #626262. Windows color (decimal): -10396032 or 8412769. OLE color: 8412769.

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

Color convert

RGB 97 94 128 -
CMYK 0.24 0.27 0 0.50
HSL 245.29º 0.15% 0.44% -
HSV(B) 245.29º 0.27% 0.5% -
XYZ 12.83 12.11 22.08 -
YUV 98.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 97 94 128 0.24 0.27 0 0.50 245.29 0.15 0.44
Hex 61 5E 80 18 1B 0 32 F5 F 2C
Octal 141 136 200 30 33 0 62 365 17 54
Binary 1100001 1011110 10000000 11000 11011 0 110010 11110101 1111 101100

Color Harmonies of #615E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E80

Black with #615E80

Text Example


Text Example

White with #615E80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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