Html Css Color HEX #68536B Fedora

📋 copy color: '#68536B'

red 104 ◦ green 83 ◦ blue 107

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

Shades of Fedora #68536B

Tints of Fedora #68536B

RGB

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

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

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

R = 35.37%
G = 28.23%
B = 36.39%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68536B (or 0x68536B) is known color: Fedora. HEX triplet: 68, 53 and 6B. RGB value is (104,83,107). Sum of RGB (Red+Green+Blue) = 104+83+107=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 107 - color contains mainly: blue. Hex color #68536B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68536B is #97AC94. Grayscale: #5B5B5B. Windows color (decimal): -9940117 or 7033704. OLE color: 7033704.

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

Color convert

RGB 104 83 107 -
CMYK 0.03 0.22 0 0.58
HSL 292.5º 0.13% 0.37% -
HSV(B) 292.5º 0.22% 0.42% -
XYZ 11.46 10.19 15.27 -
YUV 92.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 104 83 107 0.03 0.22 0 0.58 292.5 0.13 0.37
Hex 68 53 6B 3 16 0 3A 124 D 25
Octal 150 123 153 3 26 0 72 444 15 45
Binary 1101000 1010011 1101011 11 10110 0 111010 100100100 1101 100101

Color Harmonies of #68536B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68536B

Black with #68536B

Text Example


Text Example

White with #68536B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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