#6650AC

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

Shades of Blue Marguerite #6650AC

Tints of Blue Marguerite #6650AC

Color information

#6650AC (or 0x6650AC) is unknown color: approx Blue Marguerite. HEX triplet: 66, 50 and AC. RGB value is (102,80,172). Sum of RGB (Red+Green+Blue) = 102+80+172=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #6650AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6650AC is #99AF53. Grayscale: #606060. Windows color (decimal): -10071892 or 11292774. OLE color: 11292774.

HSL color Cylindrical-coordinate representation of color #6650AC: hue angle of 254.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6650AC is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10280172-
CMYK0.410.5300.33
HSL254.35º36.51%49.41%-
HSV(B)254.35º53.49%67.45%-
XYZ15.7911.5440.42-
YUV97.07170.29131.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 80 (31.64% from 255) = 22.60%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=28.81%
G=22.60%
B=48.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102801720.410.5300.33254.3536.5149.41
Hex6650AC2935021fe2531
Octal14612025451650413764561
Binary1100110101000010101100101001110101010000111111110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6650AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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