Html Css Color HEX #68556E Fedora

📋 copy color: '#68556E'

red 104 ◦ green 85 ◦ blue 110

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

Shades of Fedora #68556E

Tints of Fedora #68556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.43%

 BLUE value IS 110 (43.36% from 255) = 36.79%

R = 34.78%
G = 28.43%
B = 36.79%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68556E (or 0x68556E) is known color: Fedora. HEX triplet: 68, 55 and 6E. RGB value is (104,85,110). Sum of RGB (Red+Green+Blue) = 104+85+110=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 110 - color contains mainly: blue. Hex color #68556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68556E is #97AA91. Grayscale: #5D5D5D. Windows color (decimal): -9939602 or 7230824. OLE color: 7230824.

HSL color Cylindrical-coordinate representation of color #68556E: hue angle of 285.6º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68556E is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 85 110 -
CMYK 0.05 0.23 0 0.57
HSL 285.6º 0.13% 0.38% -
HSV(B) 285.6º 0.23% 0.43% -
XYZ 11.77 10.57 16.17 -
YUV 93.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 104 85 110 0.05 0.23 0 0.57 285.6 0.13 0.38
Hex 68 55 6E 5 17 0 39 11E D 26
Octal 150 125 156 5 27 0 71 436 15 46
Binary 1101000 1010101 1101110 101 10111 0 111001 100011110 1101 100110

Color Harmonies of #68556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68556E

Black with #68556E

Text Example


Text Example

White with #68556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68556E; }

 p { color: rgb(104,85,110); }

 H1.HeaderClassName
 {
   color: #68556E;
 }
 .AnyTagClassName
 {
   color: #68556E;
 }
</style>

background-color css

<style>
 a { background-color: #68556E; }

 a { background-color: rgb(104,85,110); }

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

border-color css

<style>
 span { border-color: #68556E; }

 span { border-color: rgb(104,85,110); }

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