Html Css Color HEX #6B5472 Fedora

📋 copy color: '#6B5472'

red 107 ◦ green 84 ◦ blue 114

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

Shades of Fedora #6B5472

Tints of Fedora #6B5472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.54%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 35.08%
G = 27.54%
B = 37.38%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B5472 (or 0x6B5472) is known color: Fedora. HEX triplet: 6B, 54 and 72. RGB value is (107,84,114). Sum of RGB (Red+Green+Blue) = 107+84+114=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B5472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5472 is #94AB8D. Grayscale: #5E5E5E. Windows color (decimal): -9743246 or 7492715. OLE color: 7492715.

HSL color Cylindrical-coordinate representation of color #6B5472: hue angle of 286º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B5472 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 84 114 -
CMYK 0.06 0.26 0 0.55
HSL 286º 0.15% 0.39% -
HSV(B) 286º 0.26% 0.45% -
XYZ 12.27 10.68 17.33 -
YUV 94.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 107 84 114 0.06 0.26 0 0.55 286 0.15 0.39
Hex 6B 54 72 6 1A 0 37 11E F 27
Octal 153 124 162 6 32 0 67 436 17 47
Binary 1101011 1010100 1110010 110 11010 0 110111 100011110 1111 100111

Color Harmonies of #6B5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5472

Black with #6B5472

Text Example


Text Example

White with #6B5472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,84,114); }

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

background-color css

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

 a { background-color: rgb(107,84,114); }

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

border-color css

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

 span { border-color: rgb(107,84,114); }

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