Html Css Color HEX #6857BD Blue Marguerite

📋 copy color: '#6857BD'

red 104 ◦ green 87 ◦ blue 189

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

Shades of Blue Marguerite #6857BD

Tints of Blue Marguerite #6857BD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.89%

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 27.37%
G = 22.89%
B = 49.74%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6857BD (or 0x6857BD) is known color: Blue Marguerite. HEX triplet: 68, 57 and BD. RGB value is (104,87,189). Sum of RGB (Red+Green+Blue) = 104+87+189=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #6857BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6857BD is #97A842. Grayscale: #676767. Windows color (decimal): -9939011 or 12408680. OLE color: 12408680.

HSL color Cylindrical-coordinate representation of color #6857BD: hue angle of 250º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6857BD is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 87 189 -
CMYK 0.45 0.54 0 0.26
HSL 250º 0.44% 0.54% -
HSV(B) 250º 0.54% 0.74% -
XYZ 18.3 13.43 49.77 -
YUV 103.71 176.13 128.21 -
System Red Green Blue C M Y K H S L
Decimal 104 87 189 0.45 0.54 0 0.26 250 0.44 0.54
Hex 68 57 BD 2D 36 0 1A FA 2C 36
Octal 150 127 275 55 66 0 32 372 54 66
Binary 1101000 1010111 10111101 101101 110110 0 11010 11111010 101100 110110

Color Harmonies of #6857BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6857BD

Black with #6857BD

Text Example


Text Example

White with #6857BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6857BD; }

 p { color: rgb(104,87,189); }

 H1.HeaderClassName
 {
   color: #6857BD;
 }
 .AnyTagClassName
 {
   color: #6857BD;
 }
</style>

background-color css

<style>
 a { background-color: #6857BD; }

 a { background-color: rgb(104,87,189); }

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

border-color css

<style>
 span { border-color: #6857BD; }

 span { border-color: rgb(104,87,189); }

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