#6653BA

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

Shades of Blue Marguerite #6653BA

Tints of Blue Marguerite #6653BA

Color information

#6653BA (or 0x6653BA) is unknown color: approx Blue Marguerite. HEX triplet: 66, 53 and BA. RGB value is (102,83,186). Sum of RGB (Red+Green+Blue) = 102+83+186=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #6653BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653BA is #99AC45. Grayscale: #646464. Windows color (decimal): -10071110 or 12211046. OLE color: 12211046.

HSL color Cylindrical-coordinate representation of color #6653BA: hue angle of 251.07º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6653BA is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10283186-
CMYK0.450.5500.27
HSL251.07º42.74%52.75%-
HSV(B)251.07º55.38%72.94%-
XYZ17.4412.5647.96-
YUV100.42176.29129.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 186 (73.05% from 255) = 50.13%
R=27.49%
G=22.37%
B=50.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102831860.450.5500.27251.0742.7452.75
Hex6653BA2D3701Bfb2b35
Octal14612327255670333735365
Binary110011010100111011101010110111011101101111111011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6653BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6653BA; }

 p { color: rgb(102,83,186); }

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

<style>
 a { background-color: #6653BA; }

 a { background-color: rgb(102,83,186); }

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

<style>
 span { border-color: #6653BA; }

 span { border-color: rgb(102,83,186); }

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