Html Css Color HEX #615165 Fedora

📋 copy color: '#615165'

red 97 ◦ green 81 ◦ blue 101

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

Shades of Fedora #615165

Tints of Fedora #615165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.2%

R = 34.77%
G = 29.03%
B = 36.2%

CMYK

 C value IS 0.04

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#615165 (or 0x615165) is known color: Fedora. HEX triplet: 61, 51 and 65. RGB value is (97,81,101). Sum of RGB (Red+Green+Blue) = 97+81+101=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #615165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615165 is #9EAE9A. Grayscale: #585858. Windows color (decimal): -10399387 or 6639969. OLE color: 6639969.

HSL color Cylindrical-coordinate representation of color #615165: hue angle of 288º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #615165 is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 81 101 -
CMYK 0.04 0.20 0 0.60
HSL 288º 0.11% 0.36% -
HSV(B) 288º 0.2% 0.4% -
XYZ 10.22 9.37 13.58 -
YUV 88.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 97 81 101 0.04 0.20 0 0.60 288 0.11 0.36
Hex 61 51 65 4 14 0 3C 120 B 24
Octal 141 121 145 4 24 0 74 440 13 44
Binary 1100001 1010001 1100101 100 10100 0 111100 100100000 1011 100100

Color Harmonies of #615165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615165

Black with #615165

Text Example


Text Example

White with #615165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615165; }

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

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

background-color css

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

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

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

border-color css

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

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

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