Html Css Color HEX #68536E Fedora

📋 copy color: '#68536E'

red 104 ◦ green 83 ◦ blue 110

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

Shades of Fedora #68536E

Tints of Fedora #68536E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 110 (43.36% from 255) = 37.04%

R = 35.02%
G = 27.95%
B = 37.04%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#68536E (or 0x68536E) is known color: Fedora. HEX triplet: 68, 53 and 6E. RGB value is (104,83,110). Sum of RGB (Red+Green+Blue) = 104+83+110=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 110 - color contains mainly: blue. Hex color #68536E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68536E is #97AC91. Grayscale: #5C5C5C. Windows color (decimal): -9940114 or 7230312. OLE color: 7230312.

HSL color Cylindrical-coordinate representation of color #68536E: hue angle of 286.67º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68536E is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 83 110 -
CMYK 0.05 0.25 0 0.57
HSL 286.67º 0.14% 0.38% -
HSV(B) 286.67º 0.25% 0.43% -
XYZ 11.62 10.26 16.12 -
YUV 92.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 104 83 110 0.05 0.25 0 0.57 286.67 0.14 0.38
Hex 68 53 6E 5 19 0 39 11F E 26
Octal 150 123 156 5 31 0 71 437 16 46
Binary 1101000 1010011 1101110 101 11001 0 111001 100011111 1110 100110

Color Harmonies of #68536E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68536E

Black with #68536E

Text Example


Text Example

White with #68536E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68536E; }

 p { color: rgb(104,83,110); }

 H1.HeaderClassName
 {
   color: #68536E;
 }
 .AnyTagClassName
 {
   color: #68536E;
 }
</style>

background-color css

<style>
 a { background-color: #68536E; }

 a { background-color: rgb(104,83,110); }

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

border-color css

<style>
 span { border-color: #68536E; }

 span { border-color: rgb(104,83,110); }

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