Html Css Color HEX #6856B8 Blue Marguerite

📋 copy color: '#6856B8'

red 104 ◦ green 86 ◦ blue 184

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

Shades of Blue Marguerite #6856B8

Tints of Blue Marguerite #6856B8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.99%

 BLUE value IS 184 (72.27% from 255) = 49.2%

R = 27.81%
G = 22.99%
B = 49.2%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6856B8 (or 0x6856B8) is known color: Blue Marguerite. HEX triplet: 68, 56 and B8. RGB value is (104,86,184). Sum of RGB (Red+Green+Blue) = 104+86+184=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #6856B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856B8 is #97A947. Grayscale: #666666. Windows color (decimal): -9939272 or 12080744. OLE color: 12080744.

HSL color Cylindrical-coordinate representation of color #6856B8: hue angle of 251.02º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6856B8 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 104 86 184 -
CMYK 0.43 0.53 0 0.28
HSL 251.02º 0.41% 0.53% -
HSV(B) 251.02º 0.53% 0.72% -
XYZ 17.69 13.06 46.94 -
YUV 102.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 104 86 184 0.43 0.53 0 0.28 251.02 0.41 0.53
Hex 68 56 B8 2B 35 0 1C FB 29 35
Octal 150 126 270 53 65 0 34 373 51 65
Binary 1101000 1010110 10111000 101011 110101 0 11100 11111011 101001 110101

Color Harmonies of #6856B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856B8

Black with #6856B8

Text Example


Text Example

White with #6856B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6856B8; }

 p { color: rgb(104,86,184); }

 H1.HeaderClassName
 {
   color: #6856B8;
 }
 .AnyTagClassName
 {
   color: #6856B8;
 }
</style>

background-color css

<style>
 a { background-color: #6856B8; }

 a { background-color: rgb(104,86,184); }

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

border-color css

<style>
 span { border-color: #6856B8; }

 span { border-color: rgb(104,86,184); }

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