Html Css Color HEX #615465 Fedora

📋 copy color: '#615465'

red 97 ◦ green 84 ◦ blue 101

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

Shades of Fedora #615465

Tints of Fedora #615465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.79%

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

R = 34.4%
G = 29.79%
B = 35.82%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#615465 (or 0x615465) is known color: Fedora. HEX triplet: 61, 54 and 65. RGB value is (97,84,101). Sum of RGB (Red+Green+Blue) = 97+84+101=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 101 - color contains mainly: blue. Hex color #615465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615465 is #9EAB9A. Grayscale: #595959. Windows color (decimal): -10398619 or 6640737. OLE color: 6640737.

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

Color convert

RGB 97 84 101 -
CMYK 0.04 0.17 0 0.60
HSL 285.88º 0.09% 0.36% -
HSV(B) 285.88º 0.17% 0.4% -
XYZ 10.45 9.82 13.66 -
YUV 89.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 97 84 101 0.04 0.17 0 0.60 285.88 0.09 0.36
Hex 61 54 65 4 11 0 3C 11E 9 24
Octal 141 124 145 4 21 0 74 436 11 44
Binary 1100001 1010100 1100101 100 10001 0 111100 100011110 1001 100100

Color Harmonies of #615465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615465

Black with #615465

Text Example


Text Example

White with #615465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615465; }

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

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

background-color css

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

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

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

border-color css

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

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

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