Html Css Color HEX #616481 Comet

📋 copy color: '#616481'

red 97 ◦ green 100 ◦ blue 129

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

Shades of Comet #616481

Tints of Comet #616481

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

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

R = 29.75%
G = 30.67%
B = 39.57%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616481 (or 0x616481) is known color: Comet. HEX triplet: 61, 64 and 81. RGB value is (97,100,129). Sum of RGB (Red+Green+Blue) = 97+100+129=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #616481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616481 is #9E9B7E. Grayscale: #666666. Windows color (decimal): -10394495 or 8479841. OLE color: 8479841.

HSL color Cylindrical-coordinate representation of color #616481: hue angle of 234.38º 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 #616481 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 100 129 -
CMYK 0.25 0.22 0 0.49
HSL 234.38º 0.14% 0.44% -
HSV(B) 234.38º 0.25% 0.51% -
XYZ 13.45 13.24 22.62 -
YUV 102.41 143.01 124.14 -
System Red Green Blue C M Y K H S L
Decimal 97 100 129 0.25 0.22 0 0.49 234.38 0.14 0.44
Hex 61 64 81 19 16 0 31 EA E 2C
Octal 141 144 201 31 26 0 61 352 16 54
Binary 1100001 1100100 10000001 11001 10110 0 110001 11101010 1110 101100

Color Harmonies of #616481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616481

Black with #616481

Text Example


Text Example

White with #616481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616481; }

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

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

background-color css

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

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

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

border-color css

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

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

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