Html Css Color HEX #68546C Fedora

📋 copy color: '#68546C'

red 104 ◦ green 84 ◦ blue 108

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

Shades of Fedora #68546C

Tints of Fedora #68546C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 35.14%
G = 28.38%
B = 36.49%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68546C (or 0x68546C) is known color: Fedora. HEX triplet: 68, 54 and 6C. RGB value is (104,84,108). Sum of RGB (Red+Green+Blue) = 104+84+108=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 108 - color contains mainly: blue. Hex color #68546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68546C is #97AB93. Grayscale: #5C5C5C. Windows color (decimal): -9939860 or 7099496. OLE color: 7099496.

HSL color Cylindrical-coordinate representation of color #68546C: hue angle of 290º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68546C is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 84 108 -
CMYK 0.04 0.22 0 0.58
HSL 290º 0.13% 0.38% -
HSV(B) 290º 0.22% 0.42% -
XYZ 11.59 10.37 15.58 -
YUV 92.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 104 84 108 0.04 0.22 0 0.58 290 0.13 0.38
Hex 68 54 6C 4 16 0 3A 122 C 26
Octal 150 124 154 4 26 0 72 442 14 46
Binary 1101000 1010100 1101100 100 10110 0 111010 100100010 1100 100110

Color Harmonies of #68546C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68546C

Black with #68546C

Text Example


Text Example

White with #68546C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68546C; }

 p { color: rgb(104,84,108); }

 H1.HeaderClassName
 {
   color: #68546C;
 }
 .AnyTagClassName
 {
   color: #68546C;
 }
</style>

background-color css

<style>
 a { background-color: #68546C; }

 a { background-color: rgb(104,84,108); }

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

border-color css

<style>
 span { border-color: #68546C; }

 span { border-color: rgb(104,84,108); }

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