Html Css Color HEX #685870 Fedora

📋 copy color: '#685870'

red 104 ◦ green 88 ◦ blue 112

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

Shades of Fedora #685870

Tints of Fedora #685870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

 BLUE value IS 112 (44.14% from 255) = 36.84%

R = 34.21%
G = 28.95%
B = 36.84%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685870 (or 0x685870) is known color: Fedora. HEX triplet: 68, 58 and 70. RGB value is (104,88,112). Sum of RGB (Red+Green+Blue) = 104+88+112=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 112 - color contains mainly: blue. Hex color #685870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685870 is #97A78F. Grayscale: #5F5F5F. Windows color (decimal): -9938832 or 7362664. OLE color: 7362664.

HSL color Cylindrical-coordinate representation of color #685870: hue angle of 280º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685870 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 88 112 -
CMYK 0.07 0.21 0 0.56
HSL 280º 0.12% 0.39% -
HSV(B) 280º 0.21% 0.44% -
XYZ 12.12 11.09 16.83 -
YUV 95.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 104 88 112 0.07 0.21 0 0.56 280 0.12 0.39
Hex 68 58 70 7 15 0 38 118 C 27
Octal 150 130 160 7 25 0 70 430 14 47
Binary 1101000 1011000 1110000 111 10101 0 111000 100011000 1100 100111

Color Harmonies of #685870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685870

Black with #685870

Text Example


Text Example

White with #685870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685870; }

 p { color: rgb(104,88,112); }

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

background-color css

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

 a { background-color: rgb(104,88,112); }

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

border-color css

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

 span { border-color: rgb(104,88,112); }

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