Html Css Color HEX #68496C Fedora

📋 copy color: '#68496C'

red 104 ◦ green 73 ◦ blue 108

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

Shades of Fedora #68496C

Tints of Fedora #68496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 36.49%
G = 25.61%
B = 37.89%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68496C (or 0x68496C) is known color: Fedora. HEX triplet: 68, 49 and 6C. RGB value is (104,73,108). Sum of RGB (Red+Green+Blue) = 104+73+108=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #68496C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68496C is #97B693. Grayscale: #565656. Windows color (decimal): -9942676 or 7096680. OLE color: 7096680.

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

Color convert

RGB 104 73 108 -
CMYK 0.04 0.32 0 0.58
HSL 293.14º 0.19% 0.35% -
HSV(B) 293.14º 0.32% 0.42% -
XYZ 10.8 8.79 15.32 -
YUV 86.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 104 73 108 0.04 0.32 0 0.58 293.14 0.19 0.35
Hex 68 49 6C 4 20 0 3A 125 13 23
Octal 150 111 154 4 40 0 72 445 23 43
Binary 1101000 1001001 1101100 100 100000 0 111010 100100101 10011 100011

Color Harmonies of #68496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68496C

Black with #68496C

Text Example


Text Example

White with #68496C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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