Html Css Color HEX #685469 Fedora

📋 copy color: '#685469'

red 104 ◦ green 84 ◦ blue 105

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

Shades of Fedora #685469

Tints of Fedora #685469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

 BLUE value IS 105 (41.41% from 255) = 35.84%

R = 35.49%
G = 28.67%
B = 35.84%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685469 (or 0x685469) is known color: Fedora. HEX triplet: 68, 54 and 69. RGB value is (104,84,105). Sum of RGB (Red+Green+Blue) = 104+84+105=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #685469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685469 is #97AB96. Grayscale: #5C5C5C. Windows color (decimal): -9939863 or 6902888. OLE color: 6902888.

HSL color Cylindrical-coordinate representation of color #685469: hue angle of 297.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685469 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 84 105 -
CMYK 0.01 0.20 0 0.59
HSL 297.14º 0.11% 0.37% -
HSV(B) 297.14º 0.2% 0.41% -
XYZ 11.43 10.3 14.75 -
YUV 92.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 104 84 105 0.01 0.20 0 0.59 297.14 0.11 0.37
Hex 68 54 69 1 14 0 3B 129 B 25
Octal 150 124 151 1 24 0 73 451 13 45
Binary 1101000 1010100 1101001 1 10100 0 111011 100101001 1011 100101

Color Harmonies of #685469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685469

Black with #685469

Text Example


Text Example

White with #685469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685469; }

 p { color: rgb(104,84,105); }

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

background-color css

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

 a { background-color: rgb(104,84,105); }

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

border-color css

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

 span { border-color: rgb(104,84,105); }

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