Html Css Color HEX #615865 Fedora

📋 copy color: '#615865'

red 97 ◦ green 88 ◦ blue 101

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

Shades of Fedora #615865

Tints of Fedora #615865

RGB

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

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

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

R = 33.92%
G = 30.77%
B = 35.31%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#615865 (or 0x615865) is known color: Fedora. HEX triplet: 61, 58 and 65. RGB value is (97,88,101). Sum of RGB (Red+Green+Blue) = 97+88+101=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 101 - color contains mainly: blue. Hex color #615865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615865 is #9EA79A. Grayscale: #5C5C5C. Windows color (decimal): -10397595 or 6641761. OLE color: 6641761.

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

Color convert

RGB 97 88 101 -
CMYK 0.04 0.13 0 0.60
HSL 281.54º 0.07% 0.37% -
HSV(B) 281.54º 0.13% 0.4% -
XYZ 10.77 10.46 13.76 -
YUV 92.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 97 88 101 0.04 0.13 0 0.60 281.54 0.07 0.37
Hex 61 58 65 4 D 0 3C 11A 7 25
Octal 141 130 145 4 15 0 74 432 7 45
Binary 1100001 1011000 1100101 100 1101 0 111100 100011010 111 100101

Color Harmonies of #615865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615865

Black with #615865

Text Example


Text Example

White with #615865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615865; }

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

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

background-color css

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

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

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

border-color css

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

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

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