Html Css Color HEX #6855B1 Blue Marguerite

📋 copy color: '#6855B1'

red 104 ◦ green 85 ◦ blue 177

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

Shades of Blue Marguerite #6855B1

Tints of Blue Marguerite #6855B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 177 (69.53% from 255) = 48.36%

R = 28.42%
G = 23.22%
B = 48.36%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6855B1 (or 0x6855B1) is known color: Blue Marguerite. HEX triplet: 68, 55 and B1. RGB value is (104,85,177). Sum of RGB (Red+Green+Blue) = 104+85+177=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #6855B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6855B1 is #97AA4E. Grayscale: #646464. Windows color (decimal): -9939535 or 11621736. OLE color: 11621736.

HSL color Cylindrical-coordinate representation of color #6855B1: hue angle of 252.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6855B1 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 85 177 -
CMYK 0.41 0.52 0 0.31
HSL 252.39º 0.37% 0.51% -
HSV(B) 252.39º 0.52% 0.69% -
XYZ 16.89 12.61 43.14 -
YUV 101.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 104 85 177 0.41 0.52 0 0.31 252.39 0.37 0.51
Hex 68 55 B1 29 34 0 1F FC 25 33
Octal 150 125 261 51 64 0 37 374 45 63
Binary 1101000 1010101 10110001 101001 110100 0 11111 11111100 100101 110011

Color Harmonies of #6855B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6855B1

Black with #6855B1

Text Example


Text Example

White with #6855B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6855B1; }

 p { color: rgb(104,85,177); }

 H1.HeaderClassName
 {
   color: #6855B1;
 }
 .AnyTagClassName
 {
   color: #6855B1;
 }
</style>

background-color css

<style>
 a { background-color: #6855B1; }

 a { background-color: rgb(104,85,177); }

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

border-color css

<style>
 span { border-color: #6855B1; }

 span { border-color: rgb(104,85,177); }

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