Html Css Color HEX #685DB2 Blue Marguerite

📋 copy color: '#685DB2'

red 104 ◦ green 93 ◦ blue 178

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

Shades of Blue Marguerite #685DB2

Tints of Blue Marguerite #685DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.47%

R = 27.73%
G = 24.8%
B = 47.47%

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

#685DB2 (or 0x685DB2) is known color: Blue Marguerite. HEX triplet: 68, 5D and B2. RGB value is (104,93,178). Sum of RGB (Red+Green+Blue) = 104+93+178=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #685DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685DB2 is #97A24D. Grayscale: #696969. Windows color (decimal): -9937486 or 11689320. OLE color: 11689320.

HSL color Cylindrical-coordinate representation of color #685DB2: hue angle of 247.76º 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 #685DB2 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 93 178 -
CMYK 0.42 0.48 0 0.30
HSL 247.76º 0.36% 0.53% -
HSV(B) 247.76º 0.48% 0.7% -
XYZ 17.66 13.99 43.89 -
YUV 105.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 104 93 178 0.42 0.48 0 0.30 247.76 0.36 0.53
Hex 68 5D B2 2A 30 0 1E F8 24 35
Octal 150 135 262 52 60 0 36 370 44 65
Binary 1101000 1011101 10110010 101010 110000 0 11110 11111000 100100 110101

Color Harmonies of #685DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DB2

Black with #685DB2

Text Example


Text Example

White with #685DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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