#6954B5

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

Shades of Blue Marguerite #6954B5

Tints of Blue Marguerite #6954B5

Color information

#6954B5 (or 0x6954B5) is unknown color: approx Blue Marguerite. HEX triplet: 69, 54 and B5. RGB value is (105,84,181). Sum of RGB (Red+Green+Blue) = 105+84+181=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #6954B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6954B5 is #96AB4A. Grayscale: #646464. Windows color (decimal): -9874251 or 11883625. OLE color: 11883625.

HSL color Cylindrical-coordinate representation of color #6954B5: hue angle of 252.99º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6954B5 is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10584181-
CMYK0.420.5400.29
HSL252.99º39.59%51.96%-
HSV(B)252.99º53.59%70.98%-
XYZ17.3412.6845.25-
YUV101.34172.96130.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.38%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 181 (71.09% from 255) = 48.92%
R=28.38%
G=22.70%
B=48.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal105841810.420.5400.29252.9939.5951.96
Hex6954B52A3601Dfd2834
Octal15112426552660353755064
Binary110100110101001011010110101011011001110111111101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6954B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6954B5; }

 p { color: rgb(105,84,181); }

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

<style>
 a { background-color: #6954B5; }

 a { background-color: rgb(105,84,181); }

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

<style>
 span { border-color: #6954B5; }

 span { border-color: rgb(105,84,181); }

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