Html Css Color HEX #615364 Fedora

📋 copy color: '#615364'

red 97 ◦ green 83 ◦ blue 100

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

Shades of Fedora #615364

Tints of Fedora #615364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 100 (39.45% from 255) = 35.71%

R = 34.64%
G = 29.64%
B = 35.71%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#615364 (or 0x615364) is known color: Fedora. HEX triplet: 61, 53 and 64. RGB value is (97,83,100). Sum of RGB (Red+Green+Blue) = 97+83+100=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 100 - color contains mainly: blue. Hex color #615364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615364 is #9EAC9B. Grayscale: #595959. Windows color (decimal): -10398876 or 6574945. OLE color: 6574945.

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

Color convert

RGB 97 83 100 -
CMYK 0.03 0.17 0 0.61
HSL 289.41º 0.09% 0.36% -
HSV(B) 289.41º 0.17% 0.39% -
XYZ 10.32 9.65 13.37 -
YUV 89.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 97 83 100 0.03 0.17 0 0.61 289.41 0.09 0.36
Hex 61 53 64 3 11 0 3D 121 9 24
Octal 141 123 144 3 21 0 75 441 11 44
Binary 1100001 1010011 1100100 11 10001 0 111101 100100001 1001 100100

Color Harmonies of #615364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615364

Black with #615364

Text Example


Text Example

White with #615364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615364; }

 p { color: rgb(97,83,100); }

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

background-color css

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

 a { background-color: rgb(97,83,100); }

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

border-color css

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

 span { border-color: rgb(97,83,100); }

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