Html Css Color HEX #616588 Comet

📋 copy color: '#616588'

red 97 ◦ green 101 ◦ blue 136

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

Shades of Comet #616588

Tints of Comet #616588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 29.04%
G = 30.24%
B = 40.72%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#616588 (or 0x616588) is known color: Comet. HEX triplet: 61, 65 and 88. RGB value is (97,101,136). Sum of RGB (Red+Green+Blue) = 97+101+136=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #616588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616588 is #9E9A77. Grayscale: #676767. Windows color (decimal): -10394232 or 8938849. OLE color: 8938849.

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

Color convert

RGB 97 101 136 -
CMYK 0.29 0.26 0 0.47
HSL 233.85º 0.17% 0.46% -
HSV(B) 233.85º 0.29% 0.53% -
XYZ 14.03 13.63 25.18 -
YUV 103.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 97 101 136 0.29 0.26 0 0.47 233.85 0.17 0.46
Hex 61 65 88 1D 1A 0 2F EA 11 2E
Octal 141 145 210 35 32 0 57 352 21 56
Binary 1100001 1100101 10001000 11101 11010 0 101111 11101010 10001 101110

Color Harmonies of #616588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616588

Black with #616588

Text Example


Text Example

White with #616588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616588; }

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

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

background-color css

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

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

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

border-color css

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

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

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