Html Css Color HEX #616369 Bright Grey

📋 copy color: '#616369'

red 97 ◦ green 99 ◦ blue 105

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

Shades of Bright Grey #616369

Tints of Bright Grey #616369

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 32.23%
G = 32.89%
B = 34.88%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#616369 (or 0x616369) is known color: Bright Grey. HEX triplet: 61, 63 and 69. RGB value is (97,99,105). Sum of RGB (Red+Green+Blue) = 97+99+105=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 105 - color contains mainly: blue. Hex color #616369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616369 is #9E9C96. Grayscale: #636363. Windows color (decimal): -10394775 or 6906721. OLE color: 6906721.

HSL color Cylindrical-coordinate representation of color #616369: hue angle of 225º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616369 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 99 105 -
CMYK 0.08 0.06 0 0.59
HSL 225º 0.04% 0.4% -
HSV(B) 225º 0.08% 0.41% -
XYZ 11.94 12.48 15.15 -
YUV 99.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 97 99 105 0.08 0.06 0 0.59 225 0.04 0.4
Hex 61 63 69 8 6 0 3B E1 4 28
Octal 141 143 151 10 6 0 73 341 4 50
Binary 1100001 1100011 1101001 1000 110 0 111011 11100001 100 101000

Color Harmonies of #616369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616369

Black with #616369

Text Example


Text Example

White with #616369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616369; }

 p { color: rgb(97,99,105); }

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

background-color css

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

 a { background-color: rgb(97,99,105); }

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

border-color css

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

 span { border-color: rgb(97,99,105); }

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