Html Css Color HEX #685DB7 Blue Marguerite

📋 copy color: '#685DB7'

red 104 ◦ green 93 ◦ blue 183

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

Shades of Blue Marguerite #685DB7

Tints of Blue Marguerite #685DB7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.47%

 BLUE value IS 183 (71.88% from 255) = 48.16%

R = 27.37%
G = 24.47%
B = 48.16%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#685DB7 (or 0x685DB7) is known color: Blue Marguerite. HEX triplet: 68, 5D and B7. RGB value is (104,93,183). Sum of RGB (Red+Green+Blue) = 104+93+183=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #685DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DB7 is #97A248. Grayscale: #6A6A6A. Windows color (decimal): -9937481 or 12017000. OLE color: 12017000.

HSL color Cylindrical-coordinate representation of color #685DB7: hue angle of 247.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #685DB7 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 93 183 -
CMYK 0.43 0.49 0 0.28
HSL 247.33º 0.38% 0.54% -
HSV(B) 247.33º 0.49% 0.72% -
XYZ 18.17 14.19 46.58 -
YUV 106.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 104 93 183 0.43 0.49 0 0.28 247.33 0.38 0.54
Hex 68 5D B7 2B 31 0 1C F7 26 36
Octal 150 135 267 53 61 0 34 367 46 66
Binary 1101000 1011101 10110111 101011 110001 0 11100 11110111 100110 110110

Color Harmonies of #685DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DB7

Black with #685DB7

Text Example


Text Example

White with #685DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685DB7; }

 p { color: rgb(104,93,183); }

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

background-color css

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

 a { background-color: rgb(104,93,183); }

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

border-color css

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

 span { border-color: rgb(104,93,183); }

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