Html Css Color HEX #6A4C6E Fedora

📋 copy color: '#6A4C6E'

red 106 ◦ green 76 ◦ blue 110

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

Shades of Fedora #6A4C6E

Tints of Fedora #6A4C6E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.03%

 BLUE value IS 110 (43.36% from 255) = 37.67%

R = 36.3%
G = 26.03%
B = 37.67%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A4C6E (or 0x6A4C6E) is known color: Fedora. HEX triplet: 6A, 4C and 6E. RGB value is (106,76,110). Sum of RGB (Red+Green+Blue) = 106+76+110=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A4C6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4C6E is #95B391. Grayscale: #585858. Windows color (decimal): -9810834 or 7228522. OLE color: 7228522.

HSL color Cylindrical-coordinate representation of color #6A4C6E: hue angle of 292.94º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A4C6E is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 106 76 110 -
CMYK 0.04 0.31 0 0.57
HSL 292.94º 0.18% 0.36% -
HSV(B) 292.94º 0.31% 0.43% -
XYZ 11.34 9.36 15.96 -
YUV 88.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 106 76 110 0.04 0.31 0 0.57 292.94 0.18 0.36
Hex 6A 4C 6E 4 1F 0 39 125 12 24
Octal 152 114 156 4 37 0 71 445 22 44
Binary 1101010 1001100 1101110 100 11111 0 111001 100100101 10010 100100

Color Harmonies of #6A4C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4C6E

Black with #6A4C6E

Text Example


Text Example

White with #6A4C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,76,110); }

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

background-color css

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

 a { background-color: rgb(106,76,110); }

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

border-color css

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

 span { border-color: rgb(106,76,110); }

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