Html Css Color HEX #685DB5 Blue Marguerite

📋 copy color: '#685DB5'

red 104 ◦ green 93 ◦ blue 181

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

Shades of Blue Marguerite #685DB5

Tints of Blue Marguerite #685DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.88%

R = 27.51%
G = 24.6%
B = 47.88%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#685DB5 (or 0x685DB5) is known color: Blue Marguerite. HEX triplet: 68, 5D and B5. RGB value is (104,93,181). Sum of RGB (Red+Green+Blue) = 104+93+181=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 181 (71.09% from 255 or 47.88% from 378); Max value from RGB is 181 - color contains mainly: blue. Hex color #685DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DB5 is #97A24A. Grayscale: #696969. Windows color (decimal): -9937483 or 11885928. OLE color: 11885928.

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

Color convert

RGB 104 93 181 -
CMYK 0.43 0.49 0 0.29
HSL 247.5º 0.37% 0.54% -
HSV(B) 247.5º 0.49% 0.71% -
XYZ 17.96 14.11 45.49 -
YUV 106.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 104 93 181 0.43 0.49 0 0.29 247.5 0.37 0.54
Hex 68 5D B5 2B 31 0 1D F8 25 36
Octal 150 135 265 53 61 0 35 370 45 66
Binary 1101000 1011101 10110101 101011 110001 0 11101 11111000 100101 110110

Color Harmonies of #685DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DB5

Black with #685DB5

Text Example


Text Example

White with #685DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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