Html Css Color HEX #68586A Fedora

📋 copy color: '#68586A'

red 104 ◦ green 88 ◦ blue 106

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

Shades of Fedora #68586A

Tints of Fedora #68586A

RGB

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

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

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

R = 34.9%
G = 29.53%
B = 35.57%

CMYK

 C value IS 0.02

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68586A (or 0x68586A) is known color: Fedora. HEX triplet: 68, 58 and 6A. RGB value is (104,88,106). Sum of RGB (Red+Green+Blue) = 104+88+106=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 106 - color contains mainly: blue. Hex color #68586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68586A is #97A795. Grayscale: #5E5E5E. Windows color (decimal): -9938838 or 6969448. OLE color: 6969448.

HSL color Cylindrical-coordinate representation of color #68586A: hue angle of 293.33º 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 #68586A is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 88 106 -
CMYK 0.02 0.17 0 0.58
HSL 293.33º 0.09% 0.38% -
HSV(B) 293.33º 0.17% 0.42% -
XYZ 11.8 10.96 15.13 -
YUV 94.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 104 88 106 0.02 0.17 0 0.58 293.33 0.09 0.38
Hex 68 58 6A 2 11 0 3A 125 9 26
Octal 150 130 152 2 21 0 72 445 11 46
Binary 1101000 1011000 1101010 10 10001 0 111010 100100101 1001 100110

Color Harmonies of #68586A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68586A

Black with #68586A

Text Example


Text Example

White with #68586A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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