Html Css Color HEX #68496B Fedora

📋 copy color: '#68496B'

red 104 ◦ green 73 ◦ blue 107

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

Shades of Fedora #68496B

Tints of Fedora #68496B

RGB

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

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

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

R = 36.62%
G = 25.7%
B = 37.68%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68496B (or 0x68496B) is known color: Fedora. HEX triplet: 68, 49 and 6B. RGB value is (104,73,107). Sum of RGB (Red+Green+Blue) = 104+73+107=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #68496B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68496B is #97B694. Grayscale: #565656. Windows color (decimal): -9942677 or 7031144. OLE color: 7031144.

HSL color Cylindrical-coordinate representation of color #68496B: hue angle of 294.71º 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 #68496B is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 73 107 -
CMYK 0.03 0.32 0 0.58
HSL 294.71º 0.19% 0.35% -
HSV(B) 294.71º 0.32% 0.42% -
XYZ 10.75 8.77 15.04 -
YUV 86.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 104 73 107 0.03 0.32 0 0.58 294.71 0.19 0.35
Hex 68 49 6B 3 20 0 3A 127 13 23
Octal 150 111 153 3 40 0 72 447 23 43
Binary 1101000 1001001 1101011 11 100000 0 111010 100100111 10011 100011

Color Harmonies of #68496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68496B

Black with #68496B

Text Example


Text Example

White with #68496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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