Html Css Color HEX #615864 Fedora

📋 copy color: '#615864'

red 97 ◦ green 88 ◦ blue 100

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

Shades of Fedora #615864

Tints of Fedora #615864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

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

R = 34.04%
G = 30.88%
B = 35.09%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#615864 (or 0x615864) is known color: Fedora. HEX triplet: 61, 58 and 64. RGB value is (97,88,100). Sum of RGB (Red+Green+Blue) = 97+88+100=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 100 - color contains mainly: blue. Hex color #615864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615864 is #9EA79B. Grayscale: #5C5C5C. Windows color (decimal): -10397596 or 6576225. OLE color: 6576225.

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

Color convert

RGB 97 88 100 -
CMYK 0.03 0.12 0 0.61
HSL 285º 0.06% 0.37% -
HSV(B) 285º 0.12% 0.39% -
XYZ 10.72 10.44 13.51 -
YUV 92.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 97 88 100 0.03 0.12 0 0.61 285 0.06 0.37
Hex 61 58 64 3 C 0 3D 11D 6 25
Octal 141 130 144 3 14 0 75 435 6 45
Binary 1100001 1011000 1100100 11 1100 0 111101 100011101 110 100101

Color Harmonies of #615864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615864

Black with #615864

Text Example


Text Example

White with #615864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615864; }

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

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

background-color css

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

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

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

border-color css

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

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

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