Html Css Color HEX #685B6B Fedora

📋 copy color: '#685B6B'

red 104 ◦ green 91 ◦ blue 107

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

Shades of Fedora #685B6B

Tints of Fedora #685B6B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 34.44%
G = 30.13%
B = 35.43%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#685B6B (or 0x685B6B) is known color: Fedora. HEX triplet: 68, 5B and 6B. RGB value is (104,91,107). Sum of RGB (Red+Green+Blue) = 104+91+107=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #685B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B6B is #97A494. Grayscale: #606060. Windows color (decimal): -9938069 or 7035752. OLE color: 7035752.

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

Color convert

RGB 104 91 107 -
CMYK 0.03 0.15 0 0.58
HSL 288.75º 0.08% 0.39% -
HSV(B) 288.75º 0.15% 0.42% -
XYZ 12.1 11.49 15.49 -
YUV 96.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 104 91 107 0.03 0.15 0 0.58 288.75 0.08 0.39
Hex 68 5B 6B 3 F 0 3A 121 8 27
Octal 150 133 153 3 17 0 72 441 10 47
Binary 1101000 1011011 1101011 11 1111 0 111010 100100001 1000 100111

Color Harmonies of #685B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B6B

Black with #685B6B

Text Example


Text Example

White with #685B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,91,107); }

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

background-color css

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

 a { background-color: rgb(104,91,107); }

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

border-color css

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

 span { border-color: rgb(104,91,107); }

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