Html Css Color HEX #6B4F73 Fedora

📋 copy color: '#6B4F73'

red 107 ◦ green 79 ◦ blue 115

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

Shades of Fedora #6B4F73

Tints of Fedora #6B4F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 35.55%
G = 26.25%
B = 38.21%

CMYK

 C value IS 0.07

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B4F73 (or 0x6B4F73) is known color: Fedora. HEX triplet: 6B, 4F and 73. RGB value is (107,79,115). Sum of RGB (Red+Green+Blue) = 107+79+115=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B4F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F73 is #94B08C. Grayscale: #5B5B5B. Windows color (decimal): -9744525 or 7556971. OLE color: 7556971.

HSL color Cylindrical-coordinate representation of color #6B4F73: hue angle of 286.67º degrees, saturation: 0.19, 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 #6B4F73 is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 79 115 -
CMYK 0.07 0.31 0 0.55
HSL 286.67º 0.19% 0.38% -
HSV(B) 286.67º 0.31% 0.45% -
XYZ 11.95 9.96 17.51 -
YUV 91.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 107 79 115 0.07 0.31 0 0.55 286.67 0.19 0.38
Hex 6B 4F 73 7 1F 0 37 11F 13 26
Octal 153 117 163 7 37 0 67 437 23 46
Binary 1101011 1001111 1110011 111 11111 0 110111 100011111 10011 100110

Color Harmonies of #6B4F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4F73

Black with #6B4F73

Text Example


Text Example

White with #6B4F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,79,115); }

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

background-color css

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

 a { background-color: rgb(107,79,115); }

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

border-color css

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

 span { border-color: rgb(107,79,115); }

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