#6650BF

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

Shades of Blue Marguerite #6650BF

Tints of Blue Marguerite #6650BF

Color information

#6650BF (or 0x6650BF) is unknown color: approx Blue Marguerite. HEX triplet: 66, 50 and BF. RGB value is (102,80,191). Sum of RGB (Red+Green+Blue) = 102+80+191=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #6650BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650BF is #99AF40. Grayscale: #626262. Windows color (decimal): -10071873 or 12537958. OLE color: 12537958.

HSL color Cylindrical-coordinate representation of color #6650BF: hue angle of 251.89º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6650BF is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10280191-
CMYK0.470.5800.25
HSL251.89º46.44%53.14%-
HSV(B)251.89º58.12%74.9%-
XYZ17.7512.3250.73-
YUV99.23179.79129.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 191 (75% from 255) = 51.21%
R=27.35%
G=21.45%
B=51.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102801910.470.5800.25251.8946.4453.14
Hex6650BF2F3A019fc2e35
Octal14612027757720313745665
Binary110011010100001011111110111111101001100111111100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6650BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6650BF; }

 p { color: rgb(102,80,191); }

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

<style>
 a { background-color: #6650BF; }

 a { background-color: rgb(102,80,191); }

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

<style>
 span { border-color: #6650BF; }

 span { border-color: rgb(102,80,191); }

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