#6551BC

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

Shades of Blue Marguerite #6551BC

Tints of Blue Marguerite #6551BC

Color information

#6551BC (or 0x6551BC) is unknown color: approx Blue Marguerite. HEX triplet: 65, 51 and BC. RGB value is (101,81,188). Sum of RGB (Red+Green+Blue) = 101+81+188=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #6551BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6551BC is #9AAE43. Grayscale: #626262. Windows color (decimal): -10137156 or 12341605. OLE color: 12341605.

HSL color Cylindrical-coordinate representation of color #6551BC: hue angle of 251.21º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6551BC is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10181188-
CMYK0.460.5700.26
HSL251.21º44.4%52.75%-
HSV(B)251.21º56.91%73.73%-
XYZ17.3912.2849.03-
YUV99.18178.13129.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 81 (32.03% from 255) = 21.89%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=27.30%
G=21.89%
B=50.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101811880.460.5700.26251.2144.452.75
Hex6551BC2E3901Afb2c35
Octal14512127456710323735465
Binary110010110100011011110010111011100101101011111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6551BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6551BC; }

 p { color: rgb(101,81,188); }

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

<style>
 a { background-color: #6551BC; }

 a { background-color: rgb(101,81,188); }

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

<style>
 span { border-color: #6551BC; }

 span { border-color: rgb(101,81,188); }

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