Html Css Color HEX #615362 Fedora

📋 copy color: '#615362'

red 97 ◦ green 83 ◦ blue 98

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

Shades of Fedora #615362

Tints of Fedora #615362

RGB

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

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

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

R = 34.89%
G = 29.86%
B = 35.25%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615362 (or 0x615362) is known color: Fedora. HEX triplet: 61, 53 and 62. RGB value is (97,83,98). Sum of RGB (Red+Green+Blue) = 97+83+98=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 98 - color contains mainly: blue. Hex color #615362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615362 is #9EAC9D. Grayscale: #585858. Windows color (decimal): -10398878 or 6443873. OLE color: 6443873.

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

Color convert

RGB 97 83 98 -
CMYK 0.01 0.15 0 0.62
HSL 296º 0.08% 0.35% -
HSV(B) 296º 0.15% 0.38% -
XYZ 10.23 9.61 12.87 -
YUV 88.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 97 83 98 0.01 0.15 0 0.62 296 0.08 0.35
Hex 61 53 62 1 F 0 3E 128 8 23
Octal 141 123 142 1 17 0 76 450 10 43
Binary 1100001 1010011 1100010 1 1111 0 111110 100101000 1000 100011

Color Harmonies of #615362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615362

Black with #615362

Text Example


Text Example

White with #615362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615362; }

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

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

background-color css

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

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

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

border-color css

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

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

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