Html Css Color HEX #68546B Fedora

📋 copy color: '#68546B'

red 104 ◦ green 84 ◦ blue 107

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

Shades of Fedora #68546B

Tints of Fedora #68546B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.27%

R = 35.25%
G = 28.47%
B = 36.27%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68546B (or 0x68546B) is known color: Fedora. HEX triplet: 68, 54 and 6B. RGB value is (104,84,107). Sum of RGB (Red+Green+Blue) = 104+84+107=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 107 (42.19% from 255 or 36.27% from 295); Max value from RGB is 107 - color contains mainly: blue. Hex color #68546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68546B is #97AB94. Grayscale: #5C5C5C. Windows color (decimal): -9939861 or 7033960. OLE color: 7033960.

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

Color convert

RGB 104 84 107 -
CMYK 0.03 0.21 0 0.58
HSL 292.17º 0.12% 0.37% -
HSV(B) 292.17º 0.21% 0.42% -
XYZ 11.53 10.35 15.3 -
YUV 92.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 104 84 107 0.03 0.21 0 0.58 292.17 0.12 0.37
Hex 68 54 6B 3 15 0 3A 124 C 25
Octal 150 124 153 3 25 0 72 444 14 45
Binary 1101000 1010100 1101011 11 10101 0 111010 100100100 1100 100101

Color Harmonies of #68546B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68546B

Black with #68546B

Text Example


Text Example

White with #68546B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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