Html Css Color HEX #685DB1 Blue Marguerite

📋 copy color: '#685DB1'

red 104 ◦ green 93 ◦ blue 177

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

Shades of Blue Marguerite #685DB1

Tints of Blue Marguerite #685DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 47.33%

R = 27.81%
G = 24.87%
B = 47.33%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#685DB1 (or 0x685DB1) is known color: Blue Marguerite. HEX triplet: 68, 5D and B1. RGB value is (104,93,177). Sum of RGB (Red+Green+Blue) = 104+93+177=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #685DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685DB1 is #97A24E. Grayscale: #696969. Windows color (decimal): -9937487 or 11623784. OLE color: 11623784.

HSL color Cylindrical-coordinate representation of color #685DB1: hue angle of 247.86º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #685DB1 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 93 177 -
CMYK 0.41 0.47 0 0.31
HSL 247.86º 0.35% 0.53% -
HSV(B) 247.86º 0.47% 0.69% -
XYZ 17.56 13.95 43.36 -
YUV 105.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 104 93 177 0.41 0.47 0 0.31 247.86 0.35 0.53
Hex 68 5D B1 29 2F 0 1F F8 23 35
Octal 150 135 261 51 57 0 37 370 43 65
Binary 1101000 1011101 10110001 101001 101111 0 11111 11111000 100011 110101

Color Harmonies of #685DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DB1

Black with #685DB1

Text Example


Text Example

White with #685DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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