Html Css Color HEX #615A62 Fedora

📋 copy color: '#615A62'

red 97 ◦ green 90 ◦ blue 98

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

Shades of Fedora #615A62

Tints of Fedora #615A62

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 34.04%
G = 31.58%
B = 34.39%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615A62 (or 0x615A62) is known color: Fedora. HEX triplet: 61, 5A and 62. RGB value is (97,90,98). Sum of RGB (Red+Green+Blue) = 97+90+98=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 98 - color contains mainly: blue. Hex color #615A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A62 is #9EA59D. Grayscale: #5C5C5C. Windows color (decimal): -10397086 or 6445665. OLE color: 6445665.

HSL color Cylindrical-coordinate representation of color #615A62: hue angle of 292.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #615A62 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 90 98 -
CMYK 0.01 0.08 0 0.62
HSL 292.5º 0.04% 0.37% -
HSV(B) 292.5º 0.08% 0.38% -
XYZ 10.79 10.74 13.06 -
YUV 93.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 97 90 98 0.01 0.08 0 0.62 292.5 0.04 0.37
Hex 61 5A 62 1 8 0 3E 124 4 25
Octal 141 132 142 1 10 0 76 444 4 45
Binary 1100001 1011010 1100010 1 1000 0 111110 100100100 100 100101

Color Harmonies of #615A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A62

Black with #615A62

Text Example


Text Example

White with #615A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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