#6946BD

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

Shades of Blue Marguerite #6946BD

Tints of Blue Marguerite #6946BD

Color information

#6946BD (or 0x6946BD) is unknown color: approx Blue Marguerite. HEX triplet: 69, 46 and BD. RGB value is (105,70,189). Sum of RGB (Red+Green+Blue) = 105+70+189=364 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.85% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #6946BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6946BD is #96B942. Grayscale: #5D5D5D. Windows color (decimal): -9877827 or 12404329. OLE color: 12404329.

HSL color Cylindrical-coordinate representation of color #6946BD: hue angle of 257.65º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6946BD is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10570189-
CMYK0.440.6300.26
HSL257.65º47.41%50.78%-
HSV(B)257.65º62.96%74.12%-
XYZ17.211.0649.37-
YUV94.03181.6135.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.85%
GREEN value IS 70 (27.73% from 255) = 19.23%
BLUE value IS 189 (74.22% from 255) = 51.92%
R=28.85%
G=19.23%
B=51.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal105701890.440.6300.26257.6547.4150.78
Hex6946BD2C3F01A1022f33
Octal15110627554770324025763
Binary1101001100011010111101101100111111011010100000010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6946BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6946BD; }

 p { color: rgb(105,70,189); }

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

<style>
 a { background-color: #6946BD; }

 a { background-color: rgb(105,70,189); }

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

<style>
 span { border-color: #6946BD; }

 span { border-color: rgb(105,70,189); }

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