#6753BC

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

Shades of Blue Marguerite #6753BC

Tints of Blue Marguerite #6753BC

Color information

#6753BC (or 0x6753BC) is unknown color: approx Blue Marguerite. HEX triplet: 67, 53 and BC. RGB value is (103,83,188). Sum of RGB (Red+Green+Blue) = 103+83+188=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6753BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6753BC is #98AC43. Grayscale: #646464. Windows color (decimal): -10005572 or 12342119. OLE color: 12342119.

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

Color convert

RGB10383188-
CMYK0.450.5600.26
HSL251.43º43.93%53.14%-
HSV(B)251.43º55.85%73.73%-
XYZ17.7612.749.09-
YUV100.95177.13129.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.54%
GREEN value IS 83 (32.81% from 255) = 22.19%
BLUE value IS 188 (73.83% from 255) = 50.27%
R=27.54%
G=22.19%
B=50.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal103831880.450.5600.26251.4343.9353.14
Hex6753BC2D3801Afb2c35
Octal14712327455700323735465
Binary110011110100111011110010110111100001101011111011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6753BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,83,188); }

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

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

 a { background-color: rgb(103,83,188); }

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

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

 span { border-color: rgb(103,83,188); }

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