Html Css Color HEX #6E5074 Fedora

📋 copy color: '#6E5074'

red 110 ◦ green 80 ◦ blue 116

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

Shades of Fedora #6E5074

Tints of Fedora #6E5074

RGB

 RED value IS 110 (43.36% from 255) = 35.95%

 GREEN value IS 80 (31.64% from 255) = 26.14%

 BLUE value IS 116 (45.7% from 255) = 37.91%

R = 35.95%
G = 26.14%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E5074 (or 0x6E5074) is known color: Fedora. HEX triplet: 6E, 50 and 74. RGB value is (110,80,116). Sum of RGB (Red+Green+Blue) = 110+80+116=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E5074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5074 is #91AF8B. Grayscale: #5C5C5C. Windows color (decimal): -9547660 or 7622766. OLE color: 7622766.

HSL color Cylindrical-coordinate representation of color #6E5074: hue angle of 290º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E5074 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 80 116 -
CMYK 0.05 0.31 0 0.55
HSL 290º 0.18% 0.38% -
HSV(B) 290º 0.31% 0.45% -
XYZ 12.45 10.31 17.86 -
YUV 93.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 110 80 116 0.05 0.31 0 0.55 290 0.18 0.38
Hex 6E 50 74 5 1F 0 37 122 12 26
Octal 156 120 164 5 37 0 67 442 22 46
Binary 1101110 1010000 1110100 101 11111 0 110111 100100010 10010 100110

Color Harmonies of #6E5074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5074

Black with #6E5074

Text Example


Text Example

White with #6E5074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,80,116); }

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

background-color css

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

 a { background-color: rgb(110,80,116); }

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

border-color css

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

 span { border-color: rgb(110,80,116); }

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