Html Css Color HEX #68496D Fedora

📋 copy color: '#68496D'

red 104 ◦ green 73 ◦ blue 109

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

Shades of Fedora #68496D

Tints of Fedora #68496D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 36.36%
G = 25.52%
B = 38.11%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68496D (or 0x68496D) is known color: Fedora. HEX triplet: 68, 49 and 6D. RGB value is (104,73,109). Sum of RGB (Red+Green+Blue) = 104+73+109=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #68496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68496D is #97B692. Grayscale: #565656. Windows color (decimal): -9942675 or 7162216. OLE color: 7162216.

HSL color Cylindrical-coordinate representation of color #68496D: hue angle of 291.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68496D is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 73 109 -
CMYK 0.05 0.33 0 0.57
HSL 291.67º 0.2% 0.36% -
HSV(B) 291.67º 0.33% 0.43% -
XYZ 10.85 8.81 15.6 -
YUV 86.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 104 73 109 0.05 0.33 0 0.57 291.67 0.2 0.36
Hex 68 49 6D 5 21 0 39 124 14 24
Octal 150 111 155 5 41 0 71 444 24 44
Binary 1101000 1001001 1101101 101 100001 0 111001 100100100 10100 100100

Color Harmonies of #68496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68496D

Black with #68496D

Text Example


Text Example

White with #68496D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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