Html Css Color HEX #616073 Comet

📋 copy color: '#616073'

red 97 ◦ green 96 ◦ blue 115

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

Shades of Comet #616073

Tints of Comet #616073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.34%

R = 31.49%
G = 31.17%
B = 37.34%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#616073 (or 0x616073) is known color: Comet. HEX triplet: 61, 60 and 73. RGB value is (97,96,115). Sum of RGB (Red+Green+Blue) = 97+96+115=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #616073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616073 is #9E9F8C. Grayscale: #626262. Windows color (decimal): -10395533 or 7561313. OLE color: 7561313.

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

Color convert

RGB 97 96 115 -
CMYK 0.16 0.17 0 0.55
HSL 243.16º 0.09% 0.41% -
HSV(B) 243.16º 0.17% 0.45% -
XYZ 12.21 12.14 17.92 -
YUV 98.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 97 96 115 0.16 0.17 0 0.55 243.16 0.09 0.41
Hex 61 60 73 10 11 0 37 F3 9 29
Octal 141 140 163 20 21 0 67 363 11 51
Binary 1100001 1100000 1110011 10000 10001 0 110111 11110011 1001 101001

Color Harmonies of #616073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616073

Black with #616073

Text Example


Text Example

White with #616073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616073; }

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

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

background-color css

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

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

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

border-color css

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

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

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