Html Css Color HEX #685A6C Fedora

📋 copy color: '#685A6C'

red 104 ◦ green 90 ◦ blue 108

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

Shades of Fedora #685A6C

Tints of Fedora #685A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.8%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 34.44%
G = 29.8%
B = 35.76%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#685A6C (or 0x685A6C) is known color: Fedora. HEX triplet: 68, 5A and 6C. RGB value is (104,90,108). Sum of RGB (Red+Green+Blue) = 104+90+108=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 108 - color contains mainly: blue. Hex color #685A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A6C is #97A593. Grayscale: #606060. Windows color (decimal): -9938324 or 7101032. OLE color: 7101032.

HSL color Cylindrical-coordinate representation of color #685A6C: hue angle of 286.67º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685A6C is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 104 90 108 -
CMYK 0.04 0.17 0 0.58
HSL 286.67º 0.09% 0.39% -
HSV(B) 286.67º 0.17% 0.42% -
XYZ 12.07 11.34 15.74 -
YUV 96.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 104 90 108 0.04 0.17 0 0.58 286.67 0.09 0.39
Hex 68 5A 6C 4 11 0 3A 11F 9 27
Octal 150 132 154 4 21 0 72 437 11 47
Binary 1101000 1011010 1101100 100 10001 0 111010 100011111 1001 100111

Color Harmonies of #685A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A6C

Black with #685A6C

Text Example


Text Example

White with #685A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685A6C; }

 p { color: rgb(104,90,108); }

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

background-color css

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

 a { background-color: rgb(104,90,108); }

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

border-color css

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

 span { border-color: rgb(104,90,108); }

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