Html Css Color HEX #615162 Fedora

📋 copy color: '#615162'

red 97 ◦ green 81 ◦ blue 98

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

Shades of Fedora #615162

Tints of Fedora #615162

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

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

R = 35.14%
G = 29.35%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#615162 (or 0x615162) is known color: Fedora. HEX triplet: 61, 51 and 62. RGB value is (97,81,98). Sum of RGB (Red+Green+Blue) = 97+81+98=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #615162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615162 is #9EAE9D. Grayscale: #575757. Windows color (decimal): -10399390 or 6443361. OLE color: 6443361.

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

Color convert

RGB 97 81 98 -
CMYK 0.01 0.17 0 0.62
HSL 296.47º 0.09% 0.35% -
HSV(B) 296.47º 0.17% 0.38% -
XYZ 10.08 9.31 12.82 -
YUV 87.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 97 81 98 0.01 0.17 0 0.62 296.47 0.09 0.35
Hex 61 51 62 1 11 0 3E 128 9 23
Octal 141 121 142 1 21 0 76 450 11 43
Binary 1100001 1010001 1100010 1 10001 0 111110 100101000 1001 100011

Color Harmonies of #615162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615162

Black with #615162

Text Example


Text Example

White with #615162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615162; }

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

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

background-color css

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

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

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

border-color css

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

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

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