Html Css Color HEX #6854BD Blue Marguerite

📋 copy color: '#6854BD'

red 104 ◦ green 84 ◦ blue 189

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

Shades of Blue Marguerite #6854BD

Tints of Blue Marguerite #6854BD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 27.59%
G = 22.28%
B = 50.13%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6854BD (or 0x6854BD) is known color: Blue Marguerite. HEX triplet: 68, 54 and BD. RGB value is (104,84,189). Sum of RGB (Red+Green+Blue) = 104+84+189=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #6854BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854BD is #97AB42. Grayscale: #656565. Windows color (decimal): -9939779 or 12407912. OLE color: 12407912.

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

Color convert

RGB 104 84 189 -
CMYK 0.45 0.56 0 0.26
HSL 251.43º 0.44% 0.54% -
HSV(B) 251.43º 0.56% 0.74% -
XYZ 18.06 12.96 49.69 -
YUV 101.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 104 84 189 0.45 0.56 0 0.26 251.43 0.44 0.54
Hex 68 54 BD 2D 38 0 1A FB 2C 36
Octal 150 124 275 55 70 0 32 373 54 66
Binary 1101000 1010100 10111101 101101 111000 0 11010 11111011 101100 110110

Color Harmonies of #6854BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6854BD

Black with #6854BD

Text Example


Text Example

White with #6854BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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