Html Css Color HEX #68526C Fedora

📋 copy color: '#68526C'

red 104 ◦ green 82 ◦ blue 108

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

Shades of Fedora #68526C

Tints of Fedora #68526C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 35.37%
G = 27.89%
B = 36.73%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#68526C (or 0x68526C) is known color: Fedora. HEX triplet: 68, 52 and 6C. RGB value is (104,82,108). Sum of RGB (Red+Green+Blue) = 104+82+108=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 108 - color contains mainly: blue. Hex color #68526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68526C is #97AD93. Grayscale: #5B5B5B. Windows color (decimal): -9940372 or 7098984. OLE color: 7098984.

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

Color convert

RGB 104 82 108 -
CMYK 0.04 0.24 0 0.58
HSL 290.77º 0.14% 0.37% -
HSV(B) 290.77º 0.24% 0.42% -
XYZ 11.43 10.06 15.53 -
YUV 91.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 104 82 108 0.04 0.24 0 0.58 290.77 0.14 0.37
Hex 68 52 6C 4 18 0 3A 123 E 25
Octal 150 122 154 4 30 0 72 443 16 45
Binary 1101000 1010010 1101100 100 11000 0 111010 100100011 1110 100101

Color Harmonies of #68526C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68526C

Black with #68526C

Text Example


Text Example

White with #68526C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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