#6653BE

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

Shades of Blue Marguerite #6653BE

Tints of Blue Marguerite #6653BE

Color information

#6653BE (or 0x6653BE) is unknown color: approx Blue Marguerite. HEX triplet: 66, 53 and BE. RGB value is (102,83,190). Sum of RGB (Red+Green+Blue) = 102+83+190=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #6653BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653BE is #99AC41. Grayscale: #646464. Windows color (decimal): -10071106 or 12473190. OLE color: 12473190.

HSL color Cylindrical-coordinate representation of color #6653BE: hue angle of 250.65º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6653BE is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10283190-
CMYK0.460.5600.25
HSL250.65º45.15%53.53%-
HSV(B)250.65º56.32%74.51%-
XYZ17.8712.7350.23-
YUV100.88178.29128.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 83 (32.81% from 255) = 22.13%
BLUE value IS 190 (74.61% from 255) = 50.67%
R=27.2%
G=22.13%
B=50.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102831900.460.5600.25250.6545.1553.53
Hex6653BE2E38019fb2d36
Octal14612327656700313735566
Binary110011010100111011111010111011100001100111111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6653BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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