Html Css Color HEX #6F5672 Fedora

📋 copy color: '#6F5672'

red 111 ◦ green 86 ◦ blue 114

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

Shades of Fedora #6F5672

Tints of Fedora #6F5672

RGB

 RED value IS 111 (43.75% from 255) = 35.69%

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

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

R = 35.69%
G = 27.65%
B = 36.66%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F5672 (or 0x6F5672) is known color: Fedora. HEX triplet: 6F, 56 and 72. RGB value is (111,86,114). Sum of RGB (Red+Green+Blue) = 111+86+114=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5672 is #90A98D. Grayscale: #606060. Windows color (decimal): -9480590 or 7493231. OLE color: 7493231.

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

Color convert

RGB 111 86 114 -
CMYK 0.03 0.25 0 0.55
HSL 293.57º 0.14% 0.39% -
HSV(B) 293.57º 0.25% 0.45% -
XYZ 12.92 11.25 17.41 -
YUV 96.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 111 86 114 0.03 0.25 0 0.55 293.57 0.14 0.39
Hex 6F 56 72 3 19 0 37 126 E 27
Octal 157 126 162 3 31 0 67 446 16 47
Binary 1101111 1010110 1110010 11 11001 0 110111 100100110 1110 100111

Color Harmonies of #6F5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5672

Black with #6F5672

Text Example


Text Example

White with #6F5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,86,114); }

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

background-color css

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

 a { background-color: rgb(111,86,114); }

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

border-color css

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

 span { border-color: rgb(111,86,114); }

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