Html Css Color HEX #685370 Fedora

📋 copy color: '#685370'

red 104 ◦ green 83 ◦ blue 112

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

Shades of Fedora #685370

Tints of Fedora #685370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 34.78%
G = 27.76%
B = 37.46%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#685370 (or 0x685370) is known color: Fedora. HEX triplet: 68, 53 and 70. RGB value is (104,83,112). Sum of RGB (Red+Green+Blue) = 104+83+112=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 112 - color contains mainly: blue. Hex color #685370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685370 is #97AC8F. Grayscale: #5C5C5C. Windows color (decimal): -9940112 or 7361384. OLE color: 7361384.

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

Color convert

RGB 104 83 112 -
CMYK 0.07 0.26 0 0.56
HSL 283.45º 0.15% 0.38% -
HSV(B) 283.45º 0.26% 0.44% -
XYZ 11.73 10.3 16.7 -
YUV 92.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 104 83 112 0.07 0.26 0 0.56 283.45 0.15 0.38
Hex 68 53 70 7 1A 0 38 11B F 26
Octal 150 123 160 7 32 0 70 433 17 46
Binary 1101000 1010011 1110000 111 11010 0 111000 100011011 1111 100110

Color Harmonies of #685370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685370

Black with #685370

Text Example


Text Example

White with #685370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685370; }

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

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

background-color css

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

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

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

border-color css

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

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

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