Html Css Color HEX #615762 Fedora

📋 copy color: '#615762'

red 97 ◦ green 87 ◦ blue 98

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

Shades of Fedora #615762

Tints of Fedora #615762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.75%

R = 34.4%
G = 30.85%
B = 34.75%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615762 (or 0x615762) is known color: Fedora. HEX triplet: 61, 57 and 62. RGB value is (97,87,98). Sum of RGB (Red+Green+Blue) = 97+87+98=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 98 - color contains mainly: blue. Hex color #615762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615762 is #9EA89D. Grayscale: #5B5B5B. Windows color (decimal): -10397854 or 6444897. OLE color: 6444897.

HSL color Cylindrical-coordinate representation of color #615762: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #615762 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 87 98 -
CMYK 0.01 0.11 0 0.62
HSL 294.55º 0.06% 0.36% -
HSV(B) 294.55º 0.11% 0.38% -
XYZ 10.54 10.24 12.98 -
YUV 91.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 97 87 98 0.01 0.11 0 0.62 294.55 0.06 0.36
Hex 61 57 62 1 B 0 3E 127 6 24
Octal 141 127 142 1 13 0 76 447 6 44
Binary 1100001 1010111 1100010 1 1011 0 111110 100100111 110 100100

Color Harmonies of #615762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615762

Black with #615762

Text Example


Text Example

White with #615762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615762; }

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

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

background-color css

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

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

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

border-color css

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

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

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