Html Css Color HEX #6857BA Blue Marguerite

📋 copy color: '#6857BA'

red 104 ◦ green 87 ◦ blue 186

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

Shades of Blue Marguerite #6857BA

Tints of Blue Marguerite #6857BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 27.59%
G = 23.08%
B = 49.34%

CMYK

 C value IS 0.44

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6857BA (or 0x6857BA) is known color: Blue Marguerite. HEX triplet: 68, 57 and BA. RGB value is (104,87,186). Sum of RGB (Red+Green+Blue) = 104+87+186=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #6857BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6857BA is #97A845. Grayscale: #666666. Windows color (decimal): -9939014 or 12212072. OLE color: 12212072.

HSL color Cylindrical-coordinate representation of color #6857BA: hue angle of 250.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6857BA is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 87 186 -
CMYK 0.44 0.53 0 0.27
HSL 250.3º 0.42% 0.54% -
HSV(B) 250.3º 0.53% 0.73% -
XYZ 17.98 13.3 48.07 -
YUV 103.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 104 87 186 0.44 0.53 0 0.27 250.3 0.42 0.54
Hex 68 57 BA 2C 35 0 1B FA 2A 36
Octal 150 127 272 54 65 0 33 372 52 66
Binary 1101000 1010111 10111010 101100 110101 0 11011 11111010 101010 110110

Color Harmonies of #6857BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6857BA

Black with #6857BA

Text Example


Text Example

White with #6857BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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