#6953BC

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

Shades of Blue Marguerite #6953BC

Tints of Blue Marguerite #6953BC

Color information

#6953BC (or 0x6953BC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 53 and BC. RGB value is (105,83,188). Sum of RGB (Red+Green+Blue) = 105+83+188=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #6953BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953BC is #96AC43. Grayscale: #656565. Windows color (decimal): -9874500 or 12342121. OLE color: 12342121.

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

Color convert

RGB10583188-
CMYK0.440.5600.26
HSL252.57º43.93%53.14%-
HSV(B)252.57º55.85%73.73%-
XYZ1812.8249.1-
YUV101.55176.79130.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 83 (32.81% from 255) = 22.07%
BLUE value IS 188 (73.83% from 255) = 50%
R=27.93%
G=22.07%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105831880.440.5600.26252.5743.9353.14
Hex6953BC2C3801Afd2c35
Octal15112327454700323755465
Binary110100110100111011110010110011100001101011111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6953BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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