Html Css Color HEX #685DBD Blue Marguerite

📋 copy color: '#685DBD'

red 104 ◦ green 93 ◦ blue 189

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

Shades of Blue Marguerite #685DBD

Tints of Blue Marguerite #685DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.96%

R = 26.94%
G = 24.09%
B = 48.96%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#685DBD (or 0x685DBD) is known color: Blue Marguerite. HEX triplet: 68, 5D and BD. RGB value is (104,93,189). Sum of RGB (Red+Green+Blue) = 104+93+189=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #685DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DBD is #97A242. Grayscale: #6A6A6A. Windows color (decimal): -9937475 or 12410216. OLE color: 12410216.

HSL color Cylindrical-coordinate representation of color #685DBD: hue angle of 246.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #685DBD is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 93 189 -
CMYK 0.45 0.51 0 0.26
HSL 246.88º 0.42% 0.55% -
HSV(B) 246.88º 0.51% 0.74% -
XYZ 18.81 14.45 49.94 -
YUV 107.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 104 93 189 0.45 0.51 0 0.26 246.88 0.42 0.55
Hex 68 5D BD 2D 33 0 1A F7 2A 37
Octal 150 135 275 55 63 0 32 367 52 67
Binary 1101000 1011101 10111101 101101 110011 0 11010 11110111 101010 110111

Color Harmonies of #685DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DBD

Black with #685DBD

Text Example


Text Example

White with #685DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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