Html Css Color HEX #616075 Comet

📋 copy color: '#616075'

red 97 ◦ green 96 ◦ blue 117

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

Shades of Comet #616075

Tints of Comet #616075

RGB

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

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

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

R = 31.29%
G = 30.97%
B = 37.74%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#616075 (or 0x616075) is known color: Comet. HEX triplet: 61, 60 and 75. RGB value is (97,96,117). Sum of RGB (Red+Green+Blue) = 97+96+117=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 117 (46.09% from 255 or 37.74% from 310); Max value from RGB is 117 - color contains mainly: blue. Hex color #616075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616075 is #9E9F8A. Grayscale: #626262. Windows color (decimal): -10395531 or 7692385. OLE color: 7692385.

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

Color convert

RGB 97 96 117 -
CMYK 0.17 0.18 0 0.54
HSL 242.86º 0.1% 0.42% -
HSV(B) 242.86º 0.18% 0.46% -
XYZ 12.32 12.19 18.53 -
YUV 98.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 97 96 117 0.17 0.18 0 0.54 242.86 0.1 0.42
Hex 61 60 75 11 12 0 36 F3 A 2A
Octal 141 140 165 21 22 0 66 363 12 52
Binary 1100001 1100000 1110101 10001 10010 0 110110 11110011 1010 101010

Color Harmonies of #616075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616075

Black with #616075

Text Example


Text Example

White with #616075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616075; }

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

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

background-color css

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

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

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

border-color css

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

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

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