Html Css Color HEX #685273 Fedora

📋 copy color: '#685273'

red 104 ◦ green 82 ◦ blue 115

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

Shades of Fedora #685273

Tints of Fedora #685273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 34.55%
G = 27.24%
B = 38.21%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#685273 (or 0x685273) is known color: Fedora. HEX triplet: 68, 52 and 73. RGB value is (104,82,115). Sum of RGB (Red+Green+Blue) = 104+82+115=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #685273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685273 is #97AD8C. Grayscale: #5C5C5C. Windows color (decimal): -9940365 or 7557736. OLE color: 7557736.

HSL color Cylindrical-coordinate representation of color #685273: hue angle of 280º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #685273 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 82 115 -
CMYK 0.10 0.29 0 0.55
HSL 280º 0.17% 0.39% -
HSV(B) 280º 0.29% 0.45% -
XYZ 11.82 10.22 17.57 -
YUV 92.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 104 82 115 0.10 0.29 0 0.55 280 0.17 0.39
Hex 68 52 73 A 1D 0 37 118 11 27
Octal 150 122 163 12 35 0 67 430 21 47
Binary 1101000 1010010 1110011 1010 11101 0 110111 100011000 10001 100111

Color Harmonies of #685273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685273

Black with #685273

Text Example


Text Example

White with #685273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685273; }

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

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

background-color css

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

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

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

border-color css

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

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

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