Html Css Color HEX #616086 Comet

📋 copy color: '#616086'

red 97 ◦ green 96 ◦ blue 134

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

Shades of Comet #616086

Tints of Comet #616086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

 BLUE value IS 134 (52.73% from 255) = 40.98%

R = 29.66%
G = 29.36%
B = 40.98%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#616086 (or 0x616086) is known color: Comet. HEX triplet: 61, 60 and 86. RGB value is (97,96,134). Sum of RGB (Red+Green+Blue) = 97+96+134=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #616086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616086 is #9E9F79. Grayscale: #646464. Windows color (decimal): -10395514 or 8806497. OLE color: 8806497.

HSL color Cylindrical-coordinate representation of color #616086: hue angle of 241.58º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616086 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 96 134 -
CMYK 0.28 0.28 0 0.47
HSL 241.58º 0.17% 0.45% -
HSV(B) 241.58º 0.28% 0.53% -
XYZ 13.42 12.63 24.28 -
YUV 100.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 97 96 134 0.28 0.28 0 0.47 241.58 0.17 0.45
Hex 61 60 86 1C 1C 0 2F F2 11 2D
Octal 141 140 206 34 34 0 57 362 21 55
Binary 1100001 1100000 10000110 11100 11100 0 101111 11110010 10001 101101

Color Harmonies of #616086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616086

Black with #616086

Text Example


Text Example

White with #616086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616086; }

 p { color: rgb(97,96,134); }

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

background-color css

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

 a { background-color: rgb(97,96,134); }

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

border-color css

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

 span { border-color: rgb(97,96,134); }

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