Html Css Color HEX #616281 Comet

📋 copy color: '#616281'

red 97 ◦ green 98 ◦ blue 129

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

Shades of Comet #616281

Tints of Comet #616281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.81%

R = 29.94%
G = 30.25%
B = 39.81%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616281 (or 0x616281) is known color: Comet. HEX triplet: 61, 62 and 81. RGB value is (97,98,129). Sum of RGB (Red+Green+Blue) = 97+98+129=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #616281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616281 is #9E9D7E. Grayscale: #656565. Windows color (decimal): -10395007 or 8479329. OLE color: 8479329.

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

Color convert

RGB 97 98 129 -
CMYK 0.25 0.24 0 0.49
HSL 238.13º 0.14% 0.44% -
HSV(B) 238.13º 0.25% 0.51% -
XYZ 13.26 12.86 22.55 -
YUV 101.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 97 98 129 0.25 0.24 0 0.49 238.13 0.14 0.44
Hex 61 62 81 19 18 0 31 EE E 2C
Octal 141 142 201 31 30 0 61 356 16 54
Binary 1100001 1100010 10000001 11001 11000 0 110001 11101110 1110 101100

Color Harmonies of #616281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616281

Black with #616281

Text Example


Text Example

White with #616281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616281; }

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

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

background-color css

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

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

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

border-color css

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

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

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