#6952BC

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

Shades of Blue Marguerite #6952BC

Tints of Blue Marguerite #6952BC

Color information

#6952BC (or 0x6952BC) is unknown color: approx Blue Marguerite. HEX triplet: 69, 52 and BC. RGB value is (105,82,188). Sum of RGB (Red+Green+Blue) = 105+82+188=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #6952BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952BC is #96AD43. Grayscale: #646464. Windows color (decimal): -9874756 or 12341865. OLE color: 12341865.

HSL color Cylindrical-coordinate representation of color #6952BC: hue angle of 253.02º 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 #6952BC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10582188-
CMYK0.440.5600.26
HSL253.02º44.17%52.94%-
HSV(B)253.02º56.38%73.73%-
XYZ17.9212.6749.08-
YUV100.96177.12130.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=28%
G=21.87%
B=50.13%

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
Decimal105821880.440.5600.26253.0244.1752.94
Hex6952BC2C3801Afd2c35
Octal15112227454700323755465
Binary110100110100101011110010110011100001101011111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6952BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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