Html Css Color HEX #616675 Comet

📋 copy color: '#616675'

red 97 ◦ green 102 ◦ blue 117

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

Shades of Comet #616675

Tints of Comet #616675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.28%

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

R = 30.7%
G = 32.28%
B = 37.03%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#616675 (or 0x616675) is known color: Comet. HEX triplet: 61, 66 and 75. RGB value is (97,102,117). Sum of RGB (Red+Green+Blue) = 97+102+117=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 117 - color contains mainly: blue. Hex color #616675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616675 is #9E998A. Grayscale: #666666. Windows color (decimal): -10393995 or 7693921. OLE color: 7693921.

HSL color Cylindrical-coordinate representation of color #616675: hue angle of 225º 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 #616675 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 102 117 -
CMYK 0.17 0.13 0 0.54
HSL 225º 0.09% 0.42% -
HSV(B) 225º 0.17% 0.46% -
XYZ 12.89 13.33 18.72 -
YUV 102.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 97 102 117 0.17 0.13 0 0.54 225 0.09 0.42
Hex 61 66 75 11 D 0 36 E1 9 2A
Octal 141 146 165 21 15 0 66 341 11 52
Binary 1100001 1100110 1110101 10001 1101 0 110110 11100001 1001 101010

Color Harmonies of #616675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616675

Black with #616675

Text Example


Text Example

White with #616675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616675; }

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

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

background-color css

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

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

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

border-color css

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

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

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