Html Css Color HEX #68536C Fedora

📋 copy color: '#68536C'

red 104 ◦ green 83 ◦ blue 108

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

Shades of Fedora #68536C

Tints of Fedora #68536C

RGB

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

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

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

R = 35.25%
G = 28.14%
B = 36.61%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68536C (or 0x68536C) is known color: Fedora. HEX triplet: 68, 53 and 6C. RGB value is (104,83,108). Sum of RGB (Red+Green+Blue) = 104+83+108=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 108 - color contains mainly: blue. Hex color #68536C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68536C is #97AC93. Grayscale: #5C5C5C. Windows color (decimal): -9940116 or 7099240. OLE color: 7099240.

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

Color convert

RGB 104 83 108 -
CMYK 0.04 0.23 0 0.58
HSL 290.4º 0.13% 0.37% -
HSV(B) 290.4º 0.23% 0.42% -
XYZ 11.51 10.21 15.55 -
YUV 92.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 104 83 108 0.04 0.23 0 0.58 290.4 0.13 0.37
Hex 68 53 6C 4 17 0 3A 122 D 25
Octal 150 123 154 4 27 0 72 442 15 45
Binary 1101000 1010011 1101100 100 10111 0 111010 100100010 1101 100101

Color Harmonies of #68536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68536C

Black with #68536C

Text Example


Text Example

White with #68536C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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