Html Css Color HEX #6A4F6D Fedora

📋 copy color: '#6A4F6D'

red 106 ◦ green 79 ◦ blue 109

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

Shades of Fedora #6A4F6D

Tints of Fedora #6A4F6D

RGB

 RED value IS 106 (41.8% from 255) = 36.05%

 GREEN value IS 79 (31.25% from 255) = 26.87%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 36.05%
G = 26.87%
B = 37.07%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A4F6D (or 0x6A4F6D) is known color: Fedora. HEX triplet: 6A, 4F and 6D. RGB value is (106,79,109). Sum of RGB (Red+Green+Blue) = 106+79+109=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A4F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F6D is #95B092. Grayscale: #5A5A5A. Windows color (decimal): -9810067 or 7163754. OLE color: 7163754.

HSL color Cylindrical-coordinate representation of color #6A4F6D: hue angle of 294º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A4F6D is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 79 109 -
CMYK 0.03 0.28 0 0.57
HSL 294º 0.16% 0.37% -
HSV(B) 294º 0.28% 0.43% -
XYZ 11.5 9.76 15.75 -
YUV 90.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 106 79 109 0.03 0.28 0 0.57 294 0.16 0.37
Hex 6A 4F 6D 3 1C 0 39 126 10 25
Octal 152 117 155 3 34 0 71 446 20 45
Binary 1101010 1001111 1101101 11 11100 0 111001 100100110 10000 100101

Color Harmonies of #6A4F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4F6D

Black with #6A4F6D

Text Example


Text Example

White with #6A4F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A4F6D; }

 p { color: rgb(106,79,109); }

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

background-color css

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

 a { background-color: rgb(106,79,109); }

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

border-color css

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

 span { border-color: rgb(106,79,109); }

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