Html Css Color HEX #615E7A Comet

📋 copy color: '#615E7A'

red 97 ◦ green 94 ◦ blue 122

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

Shades of Comet #615E7A

Tints of Comet #615E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.98%

R = 30.99%
G = 30.03%
B = 38.98%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#615E7A (or 0x615E7A) is known color: Comet. HEX triplet: 61, 5E and 7A. RGB value is (97,94,122). Sum of RGB (Red+Green+Blue) = 97+94+122=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #615E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E7A is #9EA185. Grayscale: #616161. Windows color (decimal): -10396038 or 8019553. OLE color: 8019553.

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

Color convert

RGB 97 94 122 -
CMYK 0.20 0.23 0 0.52
HSL 246.43º 0.13% 0.42% -
HSV(B) 246.43º 0.23% 0.48% -
XYZ 12.45 11.95 20.06 -
YUV 98.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 97 94 122 0.20 0.23 0 0.52 246.43 0.13 0.42
Hex 61 5E 7A 14 17 0 34 F6 D 2A
Octal 141 136 172 24 27 0 64 366 15 52
Binary 1100001 1011110 1111010 10100 10111 0 110100 11110110 1101 101010

Color Harmonies of #615E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E7A

Black with #615E7A

Text Example


Text Example

White with #615E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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