Html Css Color HEX #6648BB Blue Marguerite

📋 copy color: '#6648BB'

red 102 ◦ green 72 ◦ blue 187

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

Shades of Blue Marguerite #6648BB

Tints of Blue Marguerite #6648BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.94%

 BLUE value IS 187 (73.44% from 255) = 51.8%

R = 28.25%
G = 19.94%
B = 51.8%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6648BB (or 0x6648BB) is known color: Blue Marguerite. HEX triplet: 66, 48 and BB. RGB value is (102,72,187). Sum of RGB (Red+Green+Blue) = 102+72+187=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #6648BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6648BB is #99B744. Grayscale: #5D5D5D. Windows color (decimal): -10073925 or 12273766. OLE color: 12273766.

HSL color Cylindrical-coordinate representation of color #6648BB: hue angle of 255.65º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6648BB is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 72 187 -
CMYK 0.45 0.61 0 0.27
HSL 255.65º 0.46% 0.51% -
HSV(B) 255.65º 0.61% 0.73% -
XYZ 16.77 11.05 48.26 -
YUV 94.08 180.44 133.65 -
System Red Green Blue C M Y K H S L
Decimal 102 72 187 0.45 0.61 0 0.27 255.65 0.46 0.51
Hex 66 48 BB 2D 3D 0 1B 100 2E 33
Octal 146 110 273 55 75 0 33 400 56 63
Binary 1100110 1001000 10111011 101101 111101 0 11011 100000000 101110 110011

Color Harmonies of #6648BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6648BB

Black with #6648BB

Text Example


Text Example

White with #6648BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6648BB; }

 p { color: rgb(102,72,187); }

 H1.HeaderClassName
 {
   color: #6648BB;
 }
 .AnyTagClassName
 {
   color: #6648BB;
 }
</style>

background-color css

<style>
 a { background-color: #6648BB; }

 a { background-color: rgb(102,72,187); }

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

border-color css

<style>
 span { border-color: #6648BB; }

 span { border-color: rgb(102,72,187); }

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