#6950B3

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

Shades of Blue Marguerite #6950B3

Tints of Blue Marguerite #6950B3

Color information

#6950B3 (or 0x6950B3) is unknown color: approx Blue Marguerite. HEX triplet: 69, 50 and B3. RGB value is (105,80,179). Sum of RGB (Red+Green+Blue) = 105+80+179=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #6950B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6950B3 is #96AF4C. Grayscale: #626262. Windows color (decimal): -9875277 or 11751529. OLE color: 11751529.

HSL color Cylindrical-coordinate representation of color #6950B3: hue angle of 255.15º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6950B3 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10580179-
CMYK0.410.5500.30
HSL255.15º39.44%50.78%-
HSV(B)255.15º55.31%70.2%-
XYZ16.831244.08-
YUV98.76173.28132.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 179 (70.31% from 255) = 49.18%
R=28.85%
G=21.98%
B=49.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105801790.410.5500.30255.1539.4450.78
Hex6950B3293701Eff2733
Octal15112026351670363774763
Binary110100110100001011001110100111011101111011111111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6950B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6950B3; }

 p { color: rgb(105,80,179); }

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

<style>
 a { background-color: #6950B3; }

 a { background-color: rgb(105,80,179); }

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

<style>
 span { border-color: #6950B3; }

 span { border-color: rgb(105,80,179); }

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