#6755B2

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

Shades of Blue Marguerite #6755B2

Tints of Blue Marguerite #6755B2

Color information

#6755B2 (or 0x6755B2) is unknown color: approx Blue Marguerite. HEX triplet: 67, 55 and B2. RGB value is (103,85,178). Sum of RGB (Red+Green+Blue) = 103+85+178=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 178 (69.92% from 255 or 48.63% from 366); Max value from RGB is 178 - color contains mainly: blue. Hex color #6755B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6755B2 is #98AA4D. Grayscale: #646464. Windows color (decimal): -10005070 or 11687271. OLE color: 11687271.

HSL color Cylindrical-coordinate representation of color #6755B2: hue angle of 251.61º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6755B2 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10385178-
CMYK0.420.5200.30
HSL251.61º37.65%51.57%-
HSV(B)251.61º52.25%69.8%-
XYZ16.8812.5943.66-
YUV100.98171.46129.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 178 (69.92% from 255) = 48.63%
R=28.14%
G=23.22%
B=48.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal103851780.420.5200.30251.6137.6551.57
Hex6755B22A3401Efc2634
Octal14712526252640363744664
Binary110011110101011011001010101011010001111011111100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6755B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6755B2; }

 p { color: rgb(103,85,178); }

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

<style>
 a { background-color: #6755B2; }

 a { background-color: rgb(103,85,178); }

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

<style>
 span { border-color: #6755B2; }

 span { border-color: rgb(103,85,178); }

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