Html Css Color HEX #68596B Fedora

📋 copy color: '#68596B'

red 104 ◦ green 89 ◦ blue 107

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

Shades of Fedora #68596B

Tints of Fedora #68596B

RGB

 RED value IS 104 (41.02% from 255) = 34.67%

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

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 34.67%
G = 29.67%
B = 35.67%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68596B (or 0x68596B) is known color: Fedora. HEX triplet: 68, 59 and 6B. RGB value is (104,89,107). Sum of RGB (Red+Green+Blue) = 104+89+107=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 107 - color contains mainly: blue. Hex color #68596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68596B is #97A694. Grayscale: #5F5F5F. Windows color (decimal): -9938581 or 7035240. OLE color: 7035240.

HSL color Cylindrical-coordinate representation of color #68596B: hue angle of 290º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #68596B is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 89 107 -
CMYK 0.03 0.17 0 0.58
HSL 290º 0.09% 0.38% -
HSV(B) 290º 0.17% 0.42% -
XYZ 11.94 11.15 15.43 -
YUV 95.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 104 89 107 0.03 0.17 0 0.58 290 0.09 0.38
Hex 68 59 6B 3 11 0 3A 122 9 26
Octal 150 131 153 3 21 0 72 442 11 46
Binary 1101000 1011001 1101011 11 10001 0 111010 100100010 1001 100110

Color Harmonies of #68596B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68596B

Black with #68596B

Text Example


Text Example

White with #68596B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68596B; }

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

 H1.HeaderClassName
 {
   color: #68596B;
 }
 .AnyTagClassName
 {
   color: #68596B;
 }
</style>

background-color css

<style>
 a { background-color: #68596B; }

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

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

border-color css

<style>
 span { border-color: #68596B; }

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

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