Html Css Color HEX #6B5071 Fedora

📋 copy color: '#6B5071'

red 107 ◦ green 80 ◦ blue 113

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

Shades of Fedora #6B5071

Tints of Fedora #6B5071

RGB

 RED value IS 107 (42.19% from 255) = 35.67%

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 35.67%
G = 26.67%
B = 37.67%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B5071 (or 0x6B5071) is known color: Fedora. HEX triplet: 6B, 50 and 71. RGB value is (107,80,113). Sum of RGB (Red+Green+Blue) = 107+80+113=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B5071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5071 is #94AF8E. Grayscale: #5B5B5B. Windows color (decimal): -9744271 or 7426155. OLE color: 7426155.

HSL color Cylindrical-coordinate representation of color #6B5071: hue angle of 289.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B5071 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 107 80 113 -
CMYK 0.05 0.29 0 0.56
HSL 289.09º 0.17% 0.38% -
HSV(B) 289.09º 0.29% 0.44% -
XYZ 11.91 10.06 16.94 -
YUV 91.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 107 80 113 0.05 0.29 0 0.56 289.09 0.17 0.38
Hex 6B 50 71 5 1D 0 38 121 11 26
Octal 153 120 161 5 35 0 70 441 21 46
Binary 1101011 1010000 1110001 101 11101 0 111000 100100001 10001 100110

Color Harmonies of #6B5071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5071

Black with #6B5071

Text Example


Text Example

White with #6B5071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,80,113); }

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

background-color css

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

 a { background-color: rgb(107,80,113); }

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

border-color css

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

 span { border-color: rgb(107,80,113); }

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