Html Css Color HEX #6854BF Blue Marguerite

📋 copy color: '#6854BF'

red 104 ◦ green 84 ◦ blue 191

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

Shades of Blue Marguerite #6854BF

Tints of Blue Marguerite #6854BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 27.44%
G = 22.16%
B = 50.4%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6854BF (or 0x6854BF) is known color: Blue Marguerite. HEX triplet: 68, 54 and BF. RGB value is (104,84,191). Sum of RGB (Red+Green+Blue) = 104+84+191=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #6854BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6854BF is #97AB40. Grayscale: #656565. Windows color (decimal): -9939777 or 12538984. OLE color: 12538984.

HSL color Cylindrical-coordinate representation of color #6854BF: hue angle of 251.21º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6854BF is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 84 191 -
CMYK 0.46 0.56 0 0.25
HSL 251.22º 0.46% 0.54% -
HSV(B) 251.22º 0.56% 0.75% -
XYZ 18.28 13.05 50.84 -
YUV 102.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 104 84 191 0.46 0.56 0 0.25 251.22 0.46 0.54
Hex 68 54 BF 2E 38 0 19 FB 2E 36
Octal 150 124 277 56 70 0 31 373 56 66
Binary 1101000 1010100 10111111 101110 111000 0 11001 11111011 101110 110110

Color Harmonies of #6854BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6854BF

Black with #6854BF

Text Example


Text Example

White with #6854BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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