Html Css Color HEX #616265 Bright Grey

📋 copy color: '#616265'

red 97 ◦ green 98 ◦ blue 101

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

Shades of Bright Grey #616265

Tints of Bright Grey #616265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 32.77%
G = 33.11%
B = 34.12%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#616265 (or 0x616265) is known color: Bright Grey. HEX triplet: 61, 62 and 65. RGB value is (97,98,101). Sum of RGB (Red+Green+Blue) = 97+98+101=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 101 - color contains mainly: blue. Hex color #616265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616265 is #9E9D9A. Grayscale: #626262. Windows color (decimal): -10395035 or 6644321. OLE color: 6644321.

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

Color convert

RGB 97 98 101 -
CMYK 0.04 0.03 0 0.60
HSL 225º 0.02% 0.39% -
HSV(B) 225º 0.04% 0.4% -
XYZ 11.65 12.22 14.06 -
YUV 98.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 97 98 101 0.04 0.03 0 0.60 225 0.02 0.39
Hex 61 62 65 4 3 0 3C E1 2 27
Octal 141 142 145 4 3 0 74 341 2 47
Binary 1100001 1100010 1100101 100 11 0 111100 11100001 10 100111

Color Harmonies of #616265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616265

Black with #616265

Text Example


Text Example

White with #616265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616265; }

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

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

background-color css

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

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

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

border-color css

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

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

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