Html Css Color HEX #6650AB Blue Marguerite

📋 copy color: '#6650AB'

red 102 ◦ green 80 ◦ blue 171

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

Shades of Blue Marguerite #6650AB

Tints of Blue Marguerite #6650AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.44%

R = 28.9%
G = 22.66%
B = 48.44%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6650AB (or 0x6650AB) is known color: Blue Marguerite. HEX triplet: 66, 50 and AB. RGB value is (102,80,171). Sum of RGB (Red+Green+Blue) = 102+80+171=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #6650AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6650AB is #99AF54. Grayscale: #606060. Windows color (decimal): -10071893 or 11227238. OLE color: 11227238.

HSL color Cylindrical-coordinate representation of color #6650AB: hue angle of 254.51º degrees, saturation: 0.36, 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 #6650AB is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 80 171 -
CMYK 0.40 0.53 0 0.33
HSL 254.51º 0.36% 0.49% -
HSV(B) 254.51º 0.53% 0.67% -
XYZ 15.7 11.5 39.92 -
YUV 96.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 102 80 171 0.40 0.53 0 0.33 254.51 0.36 0.49
Hex 66 50 AB 28 35 0 21 FF 24 31
Octal 146 120 253 50 65 0 41 377 44 61
Binary 1100110 1010000 10101011 101000 110101 0 100001 11111111 100100 110001

Color Harmonies of #6650AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6650AB

Black with #6650AB

Text Example


Text Example

White with #6650AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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