Html Css Color HEX #6A586F Fedora

📋 copy color: '#6A586F'

red 106 ◦ green 88 ◦ blue 111

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

Shades of Fedora #6A586F

Tints of Fedora #6A586F

RGB

 RED value IS 106 (41.8% from 255) = 34.75%

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

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

R = 34.75%
G = 28.85%
B = 36.39%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A586F (or 0x6A586F) is known color: Fedora. HEX triplet: 6A, 58 and 6F. RGB value is (106,88,111). Sum of RGB (Red+Green+Blue) = 106+88+111=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 111 (43.75% from 255 or 36.39% from 305); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A586F is #95A790. Grayscale: #5F5F5F. Windows color (decimal): -9807761 or 7297130. OLE color: 7297130.

HSL color Cylindrical-coordinate representation of color #6A586F: hue angle of 286.96º 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 #6A586F is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 88 111 -
CMYK 0.05 0.21 0 0.56
HSL 286.96º 0.12% 0.39% -
HSV(B) 286.96º 0.21% 0.44% -
XYZ 12.3 11.19 16.55 -
YUV 96 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 106 88 111 0.05 0.21 0 0.56 286.96 0.12 0.39
Hex 6A 58 6F 5 15 0 38 11F C 27
Octal 152 130 157 5 25 0 70 437 14 47
Binary 1101010 1011000 1101111 101 10101 0 111000 100011111 1100 100111

Color Harmonies of #6A586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A586F

Black with #6A586F

Text Example


Text Example

White with #6A586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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