Html Css Color HEX #616280 Comet

📋 copy color: '#616280'

red 97 ◦ green 98 ◦ blue 128

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

Shades of Comet #616280

Tints of Comet #616280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

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

R = 30.03%
G = 30.34%
B = 39.63%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#616280 (or 0x616280) is known color: Comet. HEX triplet: 61, 62 and 80. RGB value is (97,98,128). Sum of RGB (Red+Green+Blue) = 97+98+128=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 128 - color contains mainly: blue. Hex color #616280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616280 is #9E9D7F. Grayscale: #656565. Windows color (decimal): -10395008 or 8413793. OLE color: 8413793.

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

Color convert

RGB 97 98 128 -
CMYK 0.24 0.23 0 0.50
HSL 238.06º 0.14% 0.44% -
HSV(B) 238.06º 0.24% 0.5% -
XYZ 13.19 12.84 22.2 -
YUV 101.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 97 98 128 0.24 0.23 0 0.50 238.06 0.14 0.44
Hex 61 62 80 18 17 0 32 EE E 2C
Octal 141 142 200 30 27 0 62 356 16 54
Binary 1100001 1100010 10000000 11000 10111 0 110010 11101110 1110 101100

Color Harmonies of #616280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616280

Black with #616280

Text Example


Text Example

White with #616280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616280; }

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

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

background-color css

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

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

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

border-color css

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

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

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