Html Css Color HEX #68506F Fedora

📋 copy color: '#68506F'

red 104 ◦ green 80 ◦ blue 111

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

Shades of Fedora #68506F

Tints of Fedora #68506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 35.25%
G = 27.12%
B = 37.63%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68506F (or 0x68506F) is known color: Fedora. HEX triplet: 68, 50 and 6F. RGB value is (104,80,111). Sum of RGB (Red+Green+Blue) = 104+80+111=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 111 - color contains mainly: blue. Hex color #68506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68506F is #97AF90. Grayscale: #5A5A5A. Windows color (decimal): -9940881 or 7295080. OLE color: 7295080.

HSL color Cylindrical-coordinate representation of color #68506F: hue angle of 286.45º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68506F is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 80 111 -
CMYK 0.06 0.28 0 0.56
HSL 286.45º 0.16% 0.37% -
HSV(B) 286.45º 0.28% 0.44% -
XYZ 11.45 9.83 16.33 -
YUV 90.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 104 80 111 0.06 0.28 0 0.56 286.45 0.16 0.37
Hex 68 50 6F 6 1C 0 38 11E 10 25
Octal 150 120 157 6 34 0 70 436 20 45
Binary 1101000 1010000 1101111 110 11100 0 111000 100011110 10000 100101

Color Harmonies of #68506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68506F

Black with #68506F

Text Example


Text Example

White with #68506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68506F; }

 p { color: rgb(104,80,111); }

 H1.HeaderClassName
 {
   color: #68506F;
 }
 .AnyTagClassName
 {
   color: #68506F;
 }
</style>

background-color css

<style>
 a { background-color: #68506F; }

 a { background-color: rgb(104,80,111); }

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

border-color css

<style>
 span { border-color: #68506F; }

 span { border-color: rgb(104,80,111); }

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