Html Css Color HEX #685174 Fedora

📋 copy color: '#685174'

red 104 ◦ green 81 ◦ blue 116

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

Shades of Fedora #685174

Tints of Fedora #685174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 34.55%
G = 26.91%
B = 38.54%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#685174 (or 0x685174) is known color: Fedora. HEX triplet: 68, 51 and 74. RGB value is (104,81,116). Sum of RGB (Red+Green+Blue) = 104+81+116=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #685174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685174 is #97AE8B. Grayscale: #5B5B5B. Windows color (decimal): -9940620 or 7623016. OLE color: 7623016.

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

Color convert

RGB 104 81 116 -
CMYK 0.10 0.30 0 0.55
HSL 279.43º 0.18% 0.39% -
HSV(B) 279.43º 0.3% 0.45% -
XYZ 11.8 10.09 17.85 -
YUV 91.87 141.62 136.65 -
System Red Green Blue C M Y K H S L
Decimal 104 81 116 0.10 0.30 0 0.55 279.43 0.18 0.39
Hex 68 51 74 A 1E 0 37 117 12 27
Octal 150 121 164 12 36 0 67 427 22 47
Binary 1101000 1010001 1110100 1010 11110 0 110111 100010111 10010 100111

Color Harmonies of #685174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685174

Black with #685174

Text Example


Text Example

White with #685174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685174; }

 p { color: rgb(104,81,116); }

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

background-color css

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

 a { background-color: rgb(104,81,116); }

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

border-color css

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

 span { border-color: rgb(104,81,116); }

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