Html Css Color HEX #685372 Fedora

📋 copy color: '#685372'

red 104 ◦ green 83 ◦ blue 114

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

Shades of Fedora #685372

Tints of Fedora #685372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 34.55%
G = 27.57%
B = 37.87%

CMYK

 C value IS 0.09

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#685372 (or 0x685372) is known color: Fedora. HEX triplet: 68, 53 and 72. RGB value is (104,83,114). Sum of RGB (Red+Green+Blue) = 104+83+114=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #685372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685372 is #97AC8D. Grayscale: #5C5C5C. Windows color (decimal): -9940110 or 7492456. OLE color: 7492456.

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

Color convert

RGB 104 83 114 -
CMYK 0.09 0.27 0 0.55
HSL 280.65º 0.16% 0.39% -
HSV(B) 280.65º 0.27% 0.45% -
XYZ 11.84 10.34 17.29 -
YUV 92.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 104 83 114 0.09 0.27 0 0.55 280.65 0.16 0.39
Hex 68 53 72 9 1B 0 37 119 10 27
Octal 150 123 162 11 33 0 67 431 20 47
Binary 1101000 1010011 1110010 1001 11011 0 110111 100011001 10000 100111

Color Harmonies of #685372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685372

Black with #685372

Text Example


Text Example

White with #685372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685372; }

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

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

background-color css

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

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

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

border-color css

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

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

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