#6955B8

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

Shades of Blue Marguerite #6955B8

Tints of Blue Marguerite #6955B8

Color information

#6955B8 (or 0x6955B8) is unknown color: approx Blue Marguerite. HEX triplet: 69, 55 and B8. RGB value is (105,85,184). Sum of RGB (Red+Green+Blue) = 105+85+184=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 184 (72.27% from 255 or 49.20% from 374); Max value from RGB is 184 - color contains mainly: blue. Hex color #6955B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955B8 is #96AA47. Grayscale: #656565. Windows color (decimal): -9873992 or 12080489. OLE color: 12080489.

HSL color Cylindrical-coordinate representation of color #6955B8: hue angle of 252.12º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6955B8 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10585184-
CMYK0.430.5400.28
HSL252.12º41.08%52.75%-
HSV(B)252.12º53.8%72.16%-
XYZ17.7312.9646.91-
YUV102.27174.13129.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 85 (33.59% from 255) = 22.73%
BLUE value IS 184 (72.27% from 255) = 49.20%
R=28.07%
G=22.73%
B=49.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105851840.430.5400.28252.1241.0852.75
Hex6955B82B3601Cfc2935
Octal15112527053660343745165
Binary110100110101011011100010101111011001110011111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6955B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6955B8; }

 p { color: rgb(105,85,184); }

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

<style>
 a { background-color: #6955B8; }

 a { background-color: rgb(105,85,184); }

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

<style>
 span { border-color: #6955B8; }

 span { border-color: rgb(105,85,184); }

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