Html Css Color HEX #6B586F Fedora

📋 copy color: '#6B586F'

red 107 ◦ green 88 ◦ blue 111

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

Shades of Fedora #6B586F

Tints of Fedora #6B586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 111 (43.75% from 255) = 36.27%

R = 34.97%
G = 28.76%
B = 36.27%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6B586F (or 0x6B586F) is known color: Fedora. HEX triplet: 6B, 58 and 6F. RGB value is (107,88,111). Sum of RGB (Red+Green+Blue) = 107+88+111=306 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.97% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B586F is #94A790. Grayscale: #606060. Windows color (decimal): -9742225 or 7297131. OLE color: 7297131.

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

Color convert

RGB 107 88 111 -
CMYK 0.04 0.21 0 0.56
HSL 289.57º 0.12% 0.39% -
HSV(B) 289.57º 0.21% 0.44% -
XYZ 12.42 11.25 16.56 -
YUV 96.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 107 88 111 0.04 0.21 0 0.56 289.57 0.12 0.39
Hex 6B 58 6F 4 15 0 38 122 C 27
Octal 153 130 157 4 25 0 70 442 14 47
Binary 1101011 1011000 1101111 100 10101 0 111000 100100010 1100 100111

Color Harmonies of #6B586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B586F

Black with #6B586F

Text Example


Text Example

White with #6B586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,88,111); }

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

background-color css

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

 a { background-color: rgb(107,88,111); }

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

border-color css

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

 span { border-color: rgb(107,88,111); }

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