#6855BE

Color #6855BE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #6855BE

Tints of Blue Marguerite #6855BE

Color information

#6855BE (or 0x6855BE) is unknown color: approx Blue Marguerite. HEX triplet: 68, 55 and BE. RGB value is (104,85,190). Sum of RGB (Red+Green+Blue) = 104+85+190=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #6855BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6855BE is #97AA41. Grayscale: #666666. Windows color (decimal): -9939522 or 12473704. OLE color: 12473704.

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

Color convert

RGB10485190-
CMYK0.450.5500.25
HSL250.86º44.68%53.92%-
HSV(B)250.86º55.26%74.51%-
XYZ18.2513.1650.29-
YUV102.65177.29128.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=27.44%
G=22.43%
B=50.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal104851900.450.5500.25250.8644.6853.92
Hex6855BE2D37019fb2d36
Octal15012527655670313735566
Binary110100010101011011111010110111011101100111111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6855BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6855BE;
 }
 .AnyTagClassName
 {
   color: #6855BE;
 }
</style>
background-color css

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

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

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

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

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

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