Html Css Color HEX #616584 Comet

📋 copy color: '#616584'

red 97 ◦ green 101 ◦ blue 132

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

Shades of Comet #616584

Tints of Comet #616584

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

 BLUE value IS 132 (51.95% from 255) = 40%

R = 29.39%
G = 30.61%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#616584 (or 0x616584) is known color: Comet. HEX triplet: 61, 65 and 84. RGB value is (97,101,132). Sum of RGB (Red+Green+Blue) = 97+101+132=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #616584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616584 is #9E9A7B. Grayscale: #676767. Windows color (decimal): -10394236 or 8676705. OLE color: 8676705.

HSL color Cylindrical-coordinate representation of color #616584: hue angle of 233.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616584 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 101 132 -
CMYK 0.27 0.23 0 0.48
HSL 233.14º 0.15% 0.45% -
HSV(B) 233.14º 0.27% 0.52% -
XYZ 13.75 13.51 23.71 -
YUV 103.34 144.17 123.48 -
System Red Green Blue C M Y K H S L
Decimal 97 101 132 0.27 0.23 0 0.48 233.14 0.15 0.45
Hex 61 65 84 1B 17 0 30 E9 F 2D
Octal 141 145 204 33 27 0 60 351 17 55
Binary 1100001 1100101 10000100 11011 10111 0 110000 11101001 1111 101101

Color Harmonies of #616584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616584

Black with #616584

Text Example


Text Example

White with #616584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616584; }

 p { color: rgb(97,101,132); }

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

background-color css

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

 a { background-color: rgb(97,101,132); }

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

border-color css

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

 span { border-color: rgb(97,101,132); }

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