Html Css Color HEX #6E5670 Fedora

📋 copy color: '#6E5670'

red 110 ◦ green 86 ◦ blue 112

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

Shades of Fedora #6E5670

Tints of Fedora #6E5670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 35.71%
G = 27.92%
B = 36.36%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E5670 (or 0x6E5670) is known color: Fedora. HEX triplet: 6E, 56 and 70. RGB value is (110,86,112). Sum of RGB (Red+Green+Blue) = 110+86+112=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #6E5670 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5670 is #91A98F. Grayscale: #606060. Windows color (decimal): -9546128 or 7362158. OLE color: 7362158.

HSL color Cylindrical-coordinate representation of color #6E5670: hue angle of 295.38º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E5670 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 86 112 -
CMYK 0.02 0.23 0 0.56
HSL 295.38º 0.13% 0.39% -
HSV(B) 295.38º 0.23% 0.44% -
XYZ 12.68 11.14 16.81 -
YUV 96.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 110 86 112 0.02 0.23 0 0.56 295.38 0.13 0.39
Hex 6E 56 70 2 17 0 38 127 D 27
Octal 156 126 160 2 27 0 70 447 15 47
Binary 1101110 1010110 1110000 10 10111 0 111000 100100111 1101 100111

Color Harmonies of #6E5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5670

Black with #6E5670

Text Example


Text Example

White with #6E5670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,86,112); }

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

background-color css

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

 a { background-color: rgb(110,86,112); }

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

border-color css

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

 span { border-color: rgb(110,86,112); }

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