Html Css Color HEX #685DB3 Blue Marguerite

📋 copy color: '#685DB3'

red 104 ◦ green 93 ◦ blue 179

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

Shades of Blue Marguerite #685DB3

Tints of Blue Marguerite #685DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 27.66%
G = 24.73%
B = 47.61%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#685DB3 (or 0x685DB3) is known color: Blue Marguerite. HEX triplet: 68, 5D and B3. RGB value is (104,93,179). Sum of RGB (Red+Green+Blue) = 104+93+179=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #685DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DB3 is #97A24C. Grayscale: #696969. Windows color (decimal): -9937485 or 11754856. OLE color: 11754856.

HSL color Cylindrical-coordinate representation of color #685DB3: hue angle of 247.67º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685DB3 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 93 179 -
CMYK 0.42 0.48 0 0.30
HSL 247.67º 0.36% 0.53% -
HSV(B) 247.67º 0.48% 0.7% -
XYZ 17.76 14.03 44.42 -
YUV 106.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 104 93 179 0.42 0.48 0 0.30 247.67 0.36 0.53
Hex 68 5D B3 2A 30 0 1E F8 24 35
Octal 150 135 263 52 60 0 36 370 44 65
Binary 1101000 1011101 10110011 101010 110000 0 11110 11111000 100100 110101

Color Harmonies of #685DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DB3

Black with #685DB3

Text Example


Text Example

White with #685DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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