#6955BC

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

Shades of Blue Marguerite #6955BC

Tints of Blue Marguerite #6955BC

Color information

#6955BC (or 0x6955BC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 55 and BC. RGB value is (105,85,188). Sum of RGB (Red+Green+Blue) = 105+85+188=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #6955BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955BC is #96AA43. Grayscale: #666666. Windows color (decimal): -9873988 or 12342633. OLE color: 12342633.

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

Color convert

RGB10585188-
CMYK0.440.5500.26
HSL251.65º43.46%53.53%-
HSV(B)251.65º54.79%73.73%-
XYZ18.1513.1349.15-
YUV102.72176.13129.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=27.78%
G=22.49%
B=49.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105851880.440.5500.26251.6543.4653.53
Hex6955BC2C3701Afc2b36
Octal15112527454670323745366
Binary110100110101011011110010110011011101101011111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6955BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6955BC; }

 p { color: rgb(105,85,188); }

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

<style>
 a { background-color: #6955BC; }

 a { background-color: rgb(105,85,188); }

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

<style>
 span { border-color: #6955BC; }

 span { border-color: rgb(105,85,188); }

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