Html Css Color HEX #6650AE Blue Marguerite

📋 copy color: '#6650AE'

red 102 ◦ green 80 ◦ blue 174

#6650AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #6650AE

Tints of Blue Marguerite #6650AE

RGB

 RED value IS 102 (40.23% from 255) = 28.65%

 GREEN value IS 80 (31.64% from 255) = 22.47%

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 28.65%
G = 22.47%
B = 48.88%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6650AE (or 0x6650AE) is known color: Blue Marguerite. HEX triplet: 66, 50 and AE. RGB value is (102,80,174). Sum of RGB (Red+Green+Blue) = 102+80+174=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #6650AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6650AE is #99AF51. Grayscale: #606060. Windows color (decimal): -10071890 or 11423846. OLE color: 11423846.

HSL color Cylindrical-coordinate representation of color #6650AE: hue angle of 254.04º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6650AE is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 80 174 -
CMYK 0.41 0.54 0 0.32
HSL 254.04º 0.37% 0.5% -
HSV(B) 254.04º 0.54% 0.68% -
XYZ 15.99 11.62 41.44 -
YUV 97.29 171.29 131.36 -
System Red Green Blue C M Y K H S L
Decimal 102 80 174 0.41 0.54 0 0.32 254.04 0.37 0.5
Hex 66 50 AE 29 36 0 20 FE 25 32
Octal 146 120 256 51 66 0 40 376 45 62
Binary 1100110 1010000 10101110 101001 110110 0 100000 11111110 100101 110010

Color Harmonies of #6650AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6650AE

Black with #6650AE

Text Example


Text Example

White with #6650AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6650AE;
 }
 .AnyTagClassName
 {
   color: #6650AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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