Html Css Color HEX #616088 Comet

📋 copy color: '#616088'

red 97 ◦ green 96 ◦ blue 136

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

Shades of Comet #616088

Tints of Comet #616088

RGB

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

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

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

R = 29.48%
G = 29.18%
B = 41.34%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#616088 (or 0x616088) is known color: Comet. HEX triplet: 61, 60 and 88. RGB value is (97,96,136). Sum of RGB (Red+Green+Blue) = 97+96+136=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #616088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616088 is #9E9F77. Grayscale: #646464. Windows color (decimal): -10395512 or 8937569. OLE color: 8937569.

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

Color convert

RGB 97 96 136 -
CMYK 0.29 0.29 0 0.47
HSL 241.5º 0.17% 0.45% -
HSV(B) 241.5º 0.29% 0.53% -
XYZ 13.56 12.68 25.03 -
YUV 100.86 147.83 125.25 -
System Red Green Blue C M Y K H S L
Decimal 97 96 136 0.29 0.29 0 0.47 241.5 0.17 0.45
Hex 61 60 88 1D 1D 0 2F F2 11 2D
Octal 141 140 210 35 35 0 57 362 21 55
Binary 1100001 1100000 10001000 11101 11101 0 101111 11110010 10001 101101

Color Harmonies of #616088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616088

Black with #616088

Text Example


Text Example

White with #616088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616088; }

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

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

background-color css

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

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

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

border-color css

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

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

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