Html Css Color HEX #615468 Fedora

📋 copy color: '#615468'

red 97 ◦ green 84 ◦ blue 104

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

Shades of Fedora #615468

Tints of Fedora #615468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.49%

R = 34.04%
G = 29.47%
B = 36.49%

CMYK

 C value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#615468 (or 0x615468) is known color: Fedora. HEX triplet: 61, 54 and 68. RGB value is (97,84,104). Sum of RGB (Red+Green+Blue) = 97+84+104=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #615468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615468 is #9EAB97. Grayscale: #5A5A5A. Windows color (decimal): -10398616 or 6837345. OLE color: 6837345.

HSL color Cylindrical-coordinate representation of color #615468: hue angle of 279º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615468 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 84 104 -
CMYK 0.07 0.19 0 0.59
HSL 279º 0.11% 0.37% -
HSV(B) 279º 0.19% 0.41% -
XYZ 10.6 9.88 14.45 -
YUV 90.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 97 84 104 0.07 0.19 0 0.59 279 0.11 0.37
Hex 61 54 68 7 13 0 3B 117 B 25
Octal 141 124 150 7 23 0 73 427 13 45
Binary 1100001 1010100 1101000 111 10011 0 111011 100010111 1011 100101

Color Harmonies of #615468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615468

Black with #615468

Text Example


Text Example

White with #615468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615468; }

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

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

background-color css

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

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

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

border-color css

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

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

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