Html Css Color HEX #6651B4 Blue Marguerite

📋 copy color: '#6651B4'

red 102 ◦ green 81 ◦ blue 180

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

Shades of Blue Marguerite #6651B4

Tints of Blue Marguerite #6651B4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.31%

 BLUE value IS 180 (70.7% from 255) = 49.59%

R = 28.1%
G = 22.31%
B = 49.59%

CMYK

 C value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6651B4 (or 0x6651B4) is known color: Blue Marguerite. HEX triplet: 66, 51 and B4. RGB value is (102,81,180). Sum of RGB (Red+Green+Blue) = 102+81+180=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 180 (70.70% from 255 or 49.59% from 363); Max value from RGB is 180 - color contains mainly: blue. Hex color #6651B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6651B4 is #99AE4B. Grayscale: #626262. Windows color (decimal): -10071628 or 11817318. OLE color: 11817318.

HSL color Cylindrical-coordinate representation of color #6651B4: hue angle of 252.73º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6651B4 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 81 180 -
CMYK 0.43 0.55 0 0.29
HSL 252.73º 0.4% 0.51% -
HSV(B) 252.73º 0.55% 0.71% -
XYZ 16.66 12 44.62 -
YUV 98.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 102 81 180 0.43 0.55 0 0.29 252.73 0.4 0.51
Hex 66 51 B4 2B 37 0 1D FD 28 33
Octal 146 121 264 53 67 0 35 375 50 63
Binary 1100110 1010001 10110100 101011 110111 0 11101 11111101 101000 110011

Color Harmonies of #6651B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6651B4

Black with #6651B4

Text Example


Text Example

White with #6651B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6651B4; }

 p { color: rgb(102,81,180); }

 H1.HeaderClassName
 {
   color: #6651B4;
 }
 .AnyTagClassName
 {
   color: #6651B4;
 }
</style>

background-color css

<style>
 a { background-color: #6651B4; }

 a { background-color: rgb(102,81,180); }

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

border-color css

<style>
 span { border-color: #6651B4; }

 span { border-color: rgb(102,81,180); }

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