Html Css Color HEX #685770 Fedora

📋 copy color: '#685770'

red 104 ◦ green 87 ◦ blue 112

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

Shades of Fedora #685770

Tints of Fedora #685770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.71%

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

R = 34.32%
G = 28.71%
B = 36.96%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685770 (or 0x685770) is known color: Fedora. HEX triplet: 68, 57 and 70. RGB value is (104,87,112). Sum of RGB (Red+Green+Blue) = 104+87+112=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #685770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685770 is #97A88F. Grayscale: #5E5E5E. Windows color (decimal): -9939088 or 7362408. OLE color: 7362408.

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

Color convert

RGB 104 87 112 -
CMYK 0.07 0.22 0 0.56
HSL 280.8º 0.13% 0.39% -
HSV(B) 280.8º 0.22% 0.44% -
XYZ 12.04 10.93 16.8 -
YUV 94.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 104 87 112 0.07 0.22 0 0.56 280.8 0.13 0.39
Hex 68 57 70 7 16 0 38 119 D 27
Octal 150 127 160 7 26 0 70 431 15 47
Binary 1101000 1010111 1110000 111 10110 0 111000 100011001 1101 100111

Color Harmonies of #685770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685770

Black with #685770

Text Example


Text Example

White with #685770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685770; }

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

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

background-color css

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

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

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

border-color css

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

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

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