Html Css Color HEX #615168 Fedora

📋 copy color: '#615168'

red 97 ◦ green 81 ◦ blue 104

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

Shades of Fedora #615168

Tints of Fedora #615168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 34.4%
G = 28.72%
B = 36.88%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#615168 (or 0x615168) is known color: Fedora. HEX triplet: 61, 51 and 68. RGB value is (97,81,104). Sum of RGB (Red+Green+Blue) = 97+81+104=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #615168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615168 is #9EAE97. Grayscale: #585858. Windows color (decimal): -10399384 or 6836577. OLE color: 6836577.

HSL color Cylindrical-coordinate representation of color #615168: hue angle of 281.74º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #615168 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 81 104 -
CMYK 0.07 0.22 0 0.59
HSL 281.74º 0.12% 0.36% -
HSV(B) 281.74º 0.22% 0.41% -
XYZ 10.37 9.43 14.37 -
YUV 88.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 97 81 104 0.07 0.22 0 0.59 281.74 0.12 0.36
Hex 61 51 68 7 16 0 3B 11A C 24
Octal 141 121 150 7 26 0 73 432 14 44
Binary 1100001 1010001 1101000 111 10110 0 111011 100011010 1100 100100

Color Harmonies of #615168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615168

Black with #615168

Text Example


Text Example

White with #615168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615168; }

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

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

background-color css

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

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

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

border-color css

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

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

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