Html Css Color HEX #68596A Fedora

📋 copy color: '#68596A'

red 104 ◦ green 89 ◦ blue 106

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

Shades of Fedora #68596A

Tints of Fedora #68596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.45%

R = 34.78%
G = 29.77%
B = 35.45%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68596A (or 0x68596A) is known color: Fedora. HEX triplet: 68, 59 and 6A. RGB value is (104,89,106). Sum of RGB (Red+Green+Blue) = 104+89+106=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 106 - color contains mainly: blue. Hex color #68596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68596A is #97A695. Grayscale: #5F5F5F. Windows color (decimal): -9938582 or 6969704. OLE color: 6969704.

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

Color convert

RGB 104 89 106 -
CMYK 0.02 0.16 0 0.58
HSL 292.94º 0.09% 0.38% -
HSV(B) 292.94º 0.16% 0.42% -
XYZ 11.88 11.13 15.16 -
YUV 95.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 104 89 106 0.02 0.16 0 0.58 292.94 0.09 0.38
Hex 68 59 6A 2 10 0 3A 125 9 26
Octal 150 131 152 2 20 0 72 445 11 46
Binary 1101000 1011001 1101010 10 10000 0 111010 100100101 1001 100110

Color Harmonies of #68596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68596A

Black with #68596A

Text Example


Text Example

White with #68596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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