#6958B3

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

Shades of Blue Marguerite #6958B3

Tints of Blue Marguerite #6958B3

Color information

#6958B3 (or 0x6958B3) is unknown color: approx Blue Marguerite. HEX triplet: 69, 58 and B3. RGB value is (105,88,179). Sum of RGB (Red+Green+Blue) = 105+88+179=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #6958B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6958B3 is #96A74C. Grayscale: #676767. Windows color (decimal): -9873229 or 11753577. OLE color: 11753577.

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

Color convert

RGB10588179-
CMYK0.410.5100.30
HSL251.21º37.45%52.35%-
HSV(B)251.21º50.84%70.2%-
XYZ17.4513.2444.28-
YUV103.46170.63129.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 179 (70.31% from 255) = 48.12%
R=28.23%
G=23.66%
B=48.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal105881790.410.5100.30251.2137.4552.35
Hex6958B3293301Efb2534
Octal15113026351630363734564
Binary110100110110001011001110100111001101111011111011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6958B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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