Html Css Color HEX #6555B6 Blue Marguerite

📋 copy color: '#6555B6'

red 101 ◦ green 85 ◦ blue 182

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

Shades of Blue Marguerite #6555B6

Tints of Blue Marguerite #6555B6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

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

R = 27.45%
G = 23.1%
B = 49.46%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6555B6 (or 0x6555B6) is known color: Blue Marguerite. HEX triplet: 65, 55 and B6. RGB value is (101,85,182). Sum of RGB (Red+Green+Blue) = 101+85+182=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #6555B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6555B6 is #9AAA49. Grayscale: #646464. Windows color (decimal): -10136138 or 11949413. OLE color: 11949413.

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

Color convert

RGB 101 85 182 -
CMYK 0.45 0.53 0 0.29
HSL 249.9º 0.4% 0.52% -
HSV(B) 249.9º 0.53% 0.71% -
XYZ 17.06 12.64 45.8 -
YUV 100.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 101 85 182 0.45 0.53 0 0.29 249.9 0.4 0.52
Hex 65 55 B6 2D 35 0 1D FA 28 34
Octal 145 125 266 55 65 0 35 372 50 64
Binary 1100101 1010101 10110110 101101 110101 0 11101 11111010 101000 110100

Color Harmonies of #6555B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6555B6

Black with #6555B6

Text Example


Text Example

White with #6555B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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