Html Css Color HEX #6A596F Fedora

📋 copy color: '#6A596F'

red 106 ◦ green 89 ◦ blue 111

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

Shades of Fedora #6A596F

Tints of Fedora #6A596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.08%

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

R = 34.64%
G = 29.08%
B = 36.27%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A596F (or 0x6A596F) is known color: Fedora. HEX triplet: 6A, 59 and 6F. RGB value is (106,89,111). Sum of RGB (Red+Green+Blue) = 106+89+111=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 89 (35.16% from 255 or 29.08% 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 #6A596F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A596F is #95A690. Grayscale: #606060. Windows color (decimal): -9807505 or 7297386. OLE color: 7297386.

HSL color Cylindrical-coordinate representation of color #6A596F: hue angle of 286.36º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A596F is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 89 111 -
CMYK 0.05 0.20 0 0.56
HSL 286.36º 0.11% 0.39% -
HSV(B) 286.36º 0.2% 0.44% -
XYZ 12.39 11.36 16.58 -
YUV 96.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 106 89 111 0.05 0.20 0 0.56 286.36 0.11 0.39
Hex 6A 59 6F 5 14 0 38 11E B 27
Octal 152 131 157 5 24 0 70 436 13 47
Binary 1101010 1011001 1101111 101 10100 0 111000 100011110 1011 100111

Color Harmonies of #6A596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A596F

Black with #6A596F

Text Example


Text Example

White with #6A596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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