Html Css Color HEX #6D5770 Fedora

📋 copy color: '#6D5770'

red 109 ◦ green 87 ◦ blue 112

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

Shades of Fedora #6D5770

Tints of Fedora #6D5770

RGB

 RED value IS 109 (42.97% from 255) = 35.39%

 GREEN value IS 87 (34.38% from 255) = 28.25%

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

R = 35.39%
G = 28.25%
B = 36.36%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D5770 (or 0x6D5770) is known color: Fedora. HEX triplet: 6D, 57 and 70. RGB value is (109,87,112). Sum of RGB (Red+Green+Blue) = 109+87+112=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 87 (34.38% from 255 or 28.25% 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 #6D5770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5770 is #92A88F. Grayscale: #606060. Windows color (decimal): -9611408 or 7362413. OLE color: 7362413.

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

Color convert

RGB 109 87 112 -
CMYK 0.03 0.22 0 0.56
HSL 292.8º 0.13% 0.39% -
HSV(B) 292.8º 0.22% 0.44% -
XYZ 12.64 11.24 16.83 -
YUV 96.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 109 87 112 0.03 0.22 0 0.56 292.8 0.13 0.39
Hex 6D 57 70 3 16 0 38 125 D 27
Octal 155 127 160 3 26 0 70 445 15 47
Binary 1101101 1010111 1110000 11 10110 0 111000 100100101 1101 100111

Color Harmonies of #6D5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5770

Black with #6D5770

Text Example


Text Example

White with #6D5770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,87,112); }

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

background-color css

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

 a { background-color: rgb(109,87,112); }

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

border-color css

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

 span { border-color: rgb(109,87,112); }

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