Html Css Color HEX #68566A Fedora

📋 copy color: '#68566A'

red 104 ◦ green 86 ◦ blue 106

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

Shades of Fedora #68566A

Tints of Fedora #68566A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

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

R = 35.14%
G = 29.05%
B = 35.81%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68566A (or 0x68566A) is known color: Fedora. HEX triplet: 68, 56 and 6A. RGB value is (104,86,106). Sum of RGB (Red+Green+Blue) = 104+86+106=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 106 - color contains mainly: blue. Hex color #68566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68566A is #97A995. Grayscale: #5D5D5D. Windows color (decimal): -9939350 or 6968936. OLE color: 6968936.

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

Color convert

RGB 104 86 106 -
CMYK 0.02 0.19 0 0.58
HSL 294º 0.1% 0.38% -
HSV(B) 294º 0.19% 0.42% -
XYZ 11.64 10.64 15.08 -
YUV 93.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 104 86 106 0.02 0.19 0 0.58 294 0.1 0.38
Hex 68 56 6A 2 13 0 3A 126 A 26
Octal 150 126 152 2 23 0 72 446 12 46
Binary 1101000 1010110 1101010 10 10011 0 111010 100100110 1010 100110

Color Harmonies of #68566A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68566A

Black with #68566A

Text Example


Text Example

White with #68566A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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