Html Css Color HEX #685DB4 Blue Marguerite

📋 copy color: '#685DB4'

red 104 ◦ green 93 ◦ blue 180

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

Shades of Blue Marguerite #685DB4

Tints of Blue Marguerite #685DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.75%

R = 27.59%
G = 24.67%
B = 47.75%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#685DB4 (or 0x685DB4) is known color: Blue Marguerite. HEX triplet: 68, 5D and B4. RGB value is (104,93,180). Sum of RGB (Red+Green+Blue) = 104+93+180=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #685DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685DB4 is #97A24B. Grayscale: #696969. Windows color (decimal): -9937484 or 11820392. OLE color: 11820392.

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

Color convert

RGB 104 93 180 -
CMYK 0.42 0.48 0 0.29
HSL 247.59º 0.37% 0.54% -
HSV(B) 247.59º 0.48% 0.71% -
XYZ 17.86 14.07 44.95 -
YUV 106.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 104 93 180 0.42 0.48 0 0.29 247.59 0.37 0.54
Hex 68 5D B4 2A 30 0 1D F8 25 36
Octal 150 135 264 52 60 0 35 370 45 66
Binary 1101000 1011101 10110100 101010 110000 0 11101 11111000 100101 110110

Color Harmonies of #685DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685DB4

Black with #685DB4

Text Example


Text Example

White with #685DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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