Html Css Color HEX #6552B6 Blue Marguerite

📋 copy color: '#6552B6'

red 101 ◦ green 82 ◦ blue 182

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

Shades of Blue Marguerite #6552B6

Tints of Blue Marguerite #6552B6

RGB

 RED value IS 101 (39.84% from 255) = 27.67%

 GREEN value IS 82 (32.42% from 255) = 22.47%

 BLUE value IS 182 (71.48% from 255) = 49.86%

R = 27.67%
G = 22.47%
B = 49.86%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6552B6 (or 0x6552B6) is known color: Blue Marguerite. HEX triplet: 65, 52 and B6. RGB value is (101,82,182). Sum of RGB (Red+Green+Blue) = 101+82+182=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #6552B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552B6 is #9AAD49. Grayscale: #626262. Windows color (decimal): -10136906 or 11948645. OLE color: 11948645.

HSL color Cylindrical-coordinate representation of color #6552B6: hue angle of 251.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6552B6 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 82 182 -
CMYK 0.45 0.55 0 0.29
HSL 251.4º 0.41% 0.52% -
HSV(B) 251.4º 0.55% 0.71% -
XYZ 16.83 12.18 45.72 -
YUV 99.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 101 82 182 0.45 0.55 0 0.29 251.4 0.41 0.52
Hex 65 52 B6 2D 37 0 1D FB 29 34
Octal 145 122 266 55 67 0 35 373 51 64
Binary 1100101 1010010 10110110 101101 110111 0 11101 11111011 101001 110100

Color Harmonies of #6552B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6552B6

Black with #6552B6

Text Example


Text Example

White with #6552B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6552B6; }

 p { color: rgb(101,82,182); }

 H1.HeaderClassName
 {
   color: #6552B6;
 }
 .AnyTagClassName
 {
   color: #6552B6;
 }
</style>

background-color css

<style>
 a { background-color: #6552B6; }

 a { background-color: rgb(101,82,182); }

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

border-color css

<style>
 span { border-color: #6552B6; }

 span { border-color: rgb(101,82,182); }

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