Html Css Color HEX #685470 Fedora

📋 copy color: '#685470'

red 104 ◦ green 84 ◦ blue 112

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

Shades of Fedora #685470

Tints of Fedora #685470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28%

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

R = 34.67%
G = 28%
B = 37.33%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685470 (or 0x685470) is known color: Fedora. HEX triplet: 68, 54 and 70. RGB value is (104,84,112). Sum of RGB (Red+Green+Blue) = 104+84+112=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: blue. Hex color #685470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685470 is #97AB8F. Grayscale: #5D5D5D. Windows color (decimal): -9939856 or 7361640. OLE color: 7361640.

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

Color convert

RGB 104 84 112 -
CMYK 0.07 0.25 0 0.56
HSL 282.86º 0.14% 0.38% -
HSV(B) 282.86º 0.25% 0.44% -
XYZ 11.8 10.45 16.72 -
YUV 93.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 104 84 112 0.07 0.25 0 0.56 282.86 0.14 0.38
Hex 68 54 70 7 19 0 38 11B E 26
Octal 150 124 160 7 31 0 70 433 16 46
Binary 1101000 1010100 1110000 111 11001 0 111000 100011011 1110 100110

Color Harmonies of #685470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685470

Black with #685470

Text Example


Text Example

White with #685470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685470; }

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

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

background-color css

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

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

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

border-color css

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

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

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