Html Css Color HEX #68576A Fedora

📋 copy color: '#68576A'

red 104 ◦ green 87 ◦ blue 106

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

Shades of Fedora #68576A

Tints of Fedora #68576A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.29%

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

R = 35.02%
G = 29.29%
B = 35.69%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68576A (or 0x68576A) is known color: Fedora. HEX triplet: 68, 57 and 6A. RGB value is (104,87,106). Sum of RGB (Red+Green+Blue) = 104+87+106=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 106 - color contains mainly: blue. Hex color #68576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68576A is #97A895. Grayscale: #5E5E5E. Windows color (decimal): -9939094 or 6969192. OLE color: 6969192.

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

Color convert

RGB 104 87 106 -
CMYK 0.02 0.18 0 0.58
HSL 293.68º 0.1% 0.38% -
HSV(B) 293.68º 0.18% 0.42% -
XYZ 11.72 10.8 15.1 -
YUV 94.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 104 87 106 0.02 0.18 0 0.58 293.68 0.1 0.38
Hex 68 57 6A 2 12 0 3A 126 A 26
Octal 150 127 152 2 22 0 72 446 12 46
Binary 1101000 1010111 1101010 10 10010 0 111010 100100110 1010 100110

Color Harmonies of #68576A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68576A

Black with #68576A

Text Example


Text Example

White with #68576A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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