Html Css Color HEX #6B596D Fedora

📋 copy color: '#6B596D'

red 107 ◦ green 89 ◦ blue 109

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

Shades of Fedora #6B596D

Tints of Fedora #6B596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 35.08%
G = 29.18%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6B596D (or 0x6B596D) is known color: Fedora. HEX triplet: 6B, 59 and 6D. RGB value is (107,89,109). Sum of RGB (Red+Green+Blue) = 107+89+109=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 109 - color contains mainly: blue. Hex color #6B596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B596D is #94A692. Grayscale: #606060. Windows color (decimal): -9741971 or 7166315. OLE color: 7166315.

HSL color Cylindrical-coordinate representation of color #6B596D: hue angle of 294º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B596D is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 107 89 109 -
CMYK 0.02 0.18 0 0.57
HSL 294º 0.1% 0.39% -
HSV(B) 294º 0.18% 0.43% -
XYZ 12.4 11.37 16.01 -
YUV 96.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 107 89 109 0.02 0.18 0 0.57 294 0.1 0.39
Hex 6B 59 6D 2 12 0 39 126 A 27
Octal 153 131 155 2 22 0 71 446 12 47
Binary 1101011 1011001 1101101 10 10010 0 111001 100100110 1010 100111

Color Harmonies of #6B596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B596D

Black with #6B596D

Text Example


Text Example

White with #6B596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,89,109); }

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

background-color css

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

 a { background-color: rgb(107,89,109); }

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

border-color css

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

 span { border-color: rgb(107,89,109); }

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