Html Css Color HEX #68526F Fedora

📋 copy color: '#68526F'

red 104 ◦ green 82 ◦ blue 111

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

Shades of Fedora #68526F

Tints of Fedora #68526F

RGB

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

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

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

R = 35.02%
G = 27.61%
B = 37.37%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68526F (or 0x68526F) is known color: Fedora. HEX triplet: 68, 52 and 6F. RGB value is (104,82,111). Sum of RGB (Red+Green+Blue) = 104+82+111=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 111 - color contains mainly: blue. Hex color #68526F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68526F is #97AD90. Grayscale: #5B5B5B. Windows color (decimal): -9940369 or 7295592. OLE color: 7295592.

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

Color convert

RGB 104 82 111 -
CMYK 0.06 0.26 0 0.56
HSL 285.52º 0.15% 0.38% -
HSV(B) 285.52º 0.26% 0.44% -
XYZ 11.6 10.13 16.38 -
YUV 91.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 104 82 111 0.06 0.26 0 0.56 285.52 0.15 0.38
Hex 68 52 6F 6 1A 0 38 11E F 26
Octal 150 122 157 6 32 0 70 436 17 46
Binary 1101000 1010010 1101111 110 11010 0 111000 100011110 1111 100110

Color Harmonies of #68526F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68526F

Black with #68526F

Text Example


Text Example

White with #68526F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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