Html Css Color HEX #616282 Comet

📋 copy color: '#616282'

red 97 ◦ green 98 ◦ blue 130

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

Shades of Comet #616282

Tints of Comet #616282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 29.85%
G = 30.15%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616282 (or 0x616282) is known color: Comet. HEX triplet: 61, 62 and 82. RGB value is (97,98,130). Sum of RGB (Red+Green+Blue) = 97+98+130=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #616282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616282 is #9E9D7D. Grayscale: #656565. Windows color (decimal): -10395006 or 8544865. OLE color: 8544865.

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

Color convert

RGB 97 98 130 -
CMYK 0.25 0.25 0 0.49
HSL 238.18º 0.15% 0.45% -
HSV(B) 238.18º 0.25% 0.51% -
XYZ 13.33 12.89 22.9 -
YUV 101.35 144.17 124.9 -
System Red Green Blue C M Y K H S L
Decimal 97 98 130 0.25 0.25 0 0.49 238.18 0.15 0.45
Hex 61 62 82 19 19 0 31 EE F 2D
Octal 141 142 202 31 31 0 61 356 17 55
Binary 1100001 1100010 10000010 11001 11001 0 110001 11101110 1111 101101

Color Harmonies of #616282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616282

Black with #616282

Text Example


Text Example

White with #616282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616282; }

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

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

background-color css

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

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

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

border-color css

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

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

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