Html Css Color HEX #616486 Comet

📋 copy color: '#616486'

red 97 ◦ green 100 ◦ blue 134

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

Shades of Comet #616486

Tints of Comet #616486

RGB

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

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

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

R = 29.31%
G = 30.21%
B = 40.48%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#616486 (or 0x616486) is known color: Comet. HEX triplet: 61, 64 and 86. RGB value is (97,100,134). Sum of RGB (Red+Green+Blue) = 97+100+134=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #616486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616486 is #9E9B79. Grayscale: #666666. Windows color (decimal): -10394490 or 8807521. OLE color: 8807521.

HSL color Cylindrical-coordinate representation of color #616486: hue angle of 235.14º degrees, saturation: 0.16, 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 #616486 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 100 134 -
CMYK 0.28 0.25 0 0.47
HSL 235.14º 0.16% 0.45% -
HSV(B) 235.14º 0.28% 0.53% -
XYZ 13.79 13.38 24.41 -
YUV 102.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 97 100 134 0.28 0.25 0 0.47 235.14 0.16 0.45
Hex 61 64 86 1C 19 0 2F EB 10 2D
Octal 141 144 206 34 31 0 57 353 20 55
Binary 1100001 1100100 10000110 11100 11001 0 101111 11101011 10000 101101

Color Harmonies of #616486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616486

Black with #616486

Text Example


Text Example

White with #616486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616486; }

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

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

background-color css

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

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

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

border-color css

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

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

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