Html Css Color HEX #615269 Fedora

📋 copy color: '#615269'

red 97 ◦ green 82 ◦ blue 105

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

Shades of Fedora #615269

Tints of Fedora #615269

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.87%

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 34.15%
G = 28.87%
B = 36.97%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#615269 (or 0x615269) is known color: Fedora. HEX triplet: 61, 52 and 69. RGB value is (97,82,105). Sum of RGB (Red+Green+Blue) = 97+82+105=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 105 - color contains mainly: blue. Hex color #615269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615269 is #9EAD96. Grayscale: #595959. Windows color (decimal): -10399127 or 6902369. OLE color: 6902369.

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

Color convert

RGB 97 82 105 -
CMYK 0.08 0.22 0 0.59
HSL 279.13º 0.12% 0.37% -
HSV(B) 279.13º 0.22% 0.41% -
XYZ 10.5 9.6 14.66 -
YUV 89.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 97 82 105 0.08 0.22 0 0.59 279.13 0.12 0.37
Hex 61 52 69 8 16 0 3B 117 C 25
Octal 141 122 151 10 26 0 73 427 14 45
Binary 1100001 1010010 1101001 1000 10110 0 111011 100010111 1100 100101

Color Harmonies of #615269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615269

Black with #615269

Text Example


Text Example

White with #615269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615269; }

 p { color: rgb(97,82,105); }

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

background-color css

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

 a { background-color: rgb(97,82,105); }

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

border-color css

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

 span { border-color: rgb(97,82,105); }

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