Html Css Color HEX #615766 Fedora

📋 copy color: '#615766'

red 97 ◦ green 87 ◦ blue 102

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

Shades of Fedora #615766

Tints of Fedora #615766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 102 (40.23% from 255) = 35.66%

R = 33.92%
G = 30.42%
B = 35.66%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#615766 (or 0x615766) is known color: Fedora. HEX triplet: 61, 57 and 66. RGB value is (97,87,102). Sum of RGB (Red+Green+Blue) = 97+87+102=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 102 - color contains mainly: blue. Hex color #615766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615766 is #9EA899. Grayscale: #5B5B5B. Windows color (decimal): -10397850 or 6707041. OLE color: 6707041.

HSL color Cylindrical-coordinate representation of color #615766: hue angle of 280º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #615766 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 87 102 -
CMYK 0.05 0.15 0 0.6
HSL 280º 0.08% 0.37% -
HSV(B) 280º 0.15% 0.4% -
XYZ 10.74 10.32 14 -
YUV 91.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 97 87 102 0.05 0.15 0 0.6 280 0.08 0.37
Hex 61 57 66 5 F 0 3C 118 8 25
Octal 141 127 146 5 17 0 74 430 10 45
Binary 1100001 1010111 1100110 101 1111 0 111100 100011000 1000 100101

Color Harmonies of #615766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615766

Black with #615766

Text Example


Text Example

White with #615766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615766; }

 p { color: rgb(97,87,102); }

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

background-color css

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

 a { background-color: rgb(97,87,102); }

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

border-color css

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

 span { border-color: rgb(97,87,102); }

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