Html Css Color HEX #685DB0 Blue Marguerite

📋 copy color: '#685DB0'

red 104 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #685DB0

Tints of Blue Marguerite #685DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.18%

R = 27.88%
G = 24.93%
B = 47.18%

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

#685DB0 (or 0x685DB0) is known color: Blue Marguerite. HEX triplet: 68, 5D and B0. RGB value is (104,93,176). Sum of RGB (Red+Green+Blue) = 104+93+176=373 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.88% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 176 - color contains mainly: blue. Hex color #685DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #685DB0 is #97A24F. Grayscale: #696969. Windows color (decimal): -9937488 or 11558248. OLE color: 11558248.

HSL color Cylindrical-coordinate representation of color #685DB0: hue angle of 247.95º degrees, saturation: 0.34, 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 #685DB0 is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 93 176 -
CMYK 0.41 0.47 0 0.31
HSL 247.95º 0.34% 0.53% -
HSV(B) 247.95º 0.47% 0.69% -
XYZ 17.46 13.91 42.84 -
YUV 105.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 104 93 176 0.41 0.47 0 0.31 247.95 0.34 0.53
Hex 68 5D B0 29 2F 0 1F F8 22 35
Octal 150 135 260 51 57 0 37 370 42 65
Binary 1101000 1011101 10110000 101001 101111 0 11111 11111000 100010 110101

Color Harmonies of #685DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DB0

Black with #685DB0

Text Example


Text Example

White with #685DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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