Html Css Color HEX #615167 Fedora

📋 copy color: '#615167'

red 97 ◦ green 81 ◦ blue 103

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

Shades of Fedora #615167

Tints of Fedora #615167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 34.52%
G = 28.83%
B = 36.65%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#615167 (or 0x615167) is known color: Fedora. HEX triplet: 61, 51 and 67. RGB value is (97,81,103). Sum of RGB (Red+Green+Blue) = 97+81+103=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #615167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615167 is #9EAE98. Grayscale: #585858. Windows color (decimal): -10399385 or 6771041. OLE color: 6771041.

HSL color Cylindrical-coordinate representation of color #615167: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615167 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 81 103 -
CMYK 0.06 0.21 0 0.60
HSL 283.64º 0.12% 0.36% -
HSV(B) 283.64º 0.21% 0.4% -
XYZ 10.32 9.41 14.1 -
YUV 88.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 97 81 103 0.06 0.21 0 0.60 283.64 0.12 0.36
Hex 61 51 67 6 15 0 3C 11C C 24
Octal 141 121 147 6 25 0 74 434 14 44
Binary 1100001 1010001 1100111 110 10101 0 111100 100011100 1100 100100

Color Harmonies of #615167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615167

Black with #615167

Text Example


Text Example

White with #615167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615167; }

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

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

background-color css

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

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

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

border-color css

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

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

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