Html Css Color HEX #686069 Fedora

📋 copy color: '#686069'

red 104 ◦ green 96 ◦ blue 105

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

Shades of Fedora #686069

Tints of Fedora #686069

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.48%

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

R = 34.1%
G = 31.48%
B = 34.43%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#686069 (or 0x686069) is known color: Fedora. HEX triplet: 68, 60 and 69. RGB value is (104,96,105). Sum of RGB (Red+Green+Blue) = 104+96+105=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 105 - color contains mainly: blue. Hex color #686069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686069 is #979F96. Grayscale: #636363. Windows color (decimal): -9936791 or 6905960. OLE color: 6905960.

HSL color Cylindrical-coordinate representation of color #686069: hue angle of 293.33º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686069 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 96 105 -
CMYK 0.01 0.09 0 0.59
HSL 293.33º 0.04% 0.39% -
HSV(B) 293.33º 0.09% 0.41% -
XYZ 12.44 12.33 15.09 -
YUV 99.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 104 96 105 0.01 0.09 0 0.59 293.33 0.04 0.39
Hex 68 60 69 1 9 0 3B 125 4 27
Octal 150 140 151 1 11 0 73 445 4 47
Binary 1101000 1100000 1101001 1 1001 0 111011 100100101 100 100111

Color Harmonies of #686069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686069

Black with #686069

Text Example


Text Example

White with #686069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686069; }

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

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

background-color css

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

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

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

border-color css

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

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

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