Html Css Color HEX #6859BA Blue Marguerite

📋 copy color: '#6859BA'

red 104 ◦ green 89 ◦ blue 186

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

Shades of Blue Marguerite #6859BA

Tints of Blue Marguerite #6859BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.48%

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

R = 27.44%
G = 23.48%
B = 49.08%

CMYK

 C value IS 0.44

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6859BA (or 0x6859BA) is known color: Blue Marguerite. HEX triplet: 68, 59 and BA. RGB value is (104,89,186). Sum of RGB (Red+Green+Blue) = 104+89+186=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #6859BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6859BA is #97A645. Grayscale: #686868. Windows color (decimal): -9938502 or 12212584. OLE color: 12212584.

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

Color convert

RGB 104 89 186 -
CMYK 0.44 0.52 0 0.27
HSL 249.28º 0.41% 0.54% -
HSV(B) 249.28º 0.52% 0.73% -
XYZ 18.14 13.63 48.13 -
YUV 104.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 104 89 186 0.44 0.52 0 0.27 249.28 0.41 0.54
Hex 68 59 BA 2C 34 0 1B F9 29 36
Octal 150 131 272 54 64 0 33 371 51 66
Binary 1101000 1011001 10111010 101100 110100 0 11011 11111001 101001 110110

Color Harmonies of #6859BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6859BA

Black with #6859BA

Text Example


Text Example

White with #6859BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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