Html Css Color HEX #616275 Comet

📋 copy color: '#616275'

red 97 ◦ green 98 ◦ blue 117

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

Shades of Comet #616275

Tints of Comet #616275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 31.09%
G = 31.41%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#616275 (or 0x616275) is known color: Comet. HEX triplet: 61, 62 and 75. RGB value is (97,98,117). Sum of RGB (Red+Green+Blue) = 97+98+117=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 117 - color contains mainly: blue. Hex color #616275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616275 is #9E9D8A. Grayscale: #636363. Windows color (decimal): -10395019 or 7692897. OLE color: 7692897.

HSL color Cylindrical-coordinate representation of color #616275: hue angle of 237º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #616275 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 98 117 -
CMYK 0.17 0.16 0 0.54
HSL 237º 0.09% 0.42% -
HSV(B) 237º 0.17% 0.46% -
XYZ 12.51 12.56 18.59 -
YUV 99.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 97 98 117 0.17 0.16 0 0.54 237 0.09 0.42
Hex 61 62 75 11 10 0 36 ED 9 2A
Octal 141 142 165 21 20 0 66 355 11 52
Binary 1100001 1100010 1110101 10001 10000 0 110110 11101101 1001 101010

Color Harmonies of #616275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616275

Black with #616275

Text Example


Text Example

White with #616275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616275; }

 p { color: rgb(97,98,117); }

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

background-color css

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

 a { background-color: rgb(97,98,117); }

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

border-color css

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

 span { border-color: rgb(97,98,117); }

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