Html Css Color HEX #6555AB Blue Marguerite

📋 copy color: '#6555AB'

red 101 ◦ green 85 ◦ blue 171

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

Shades of Blue Marguerite #6555AB

Tints of Blue Marguerite #6555AB

RGB

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

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

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

R = 28.29%
G = 23.81%
B = 47.9%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6555AB (or 0x6555AB) is known color: Blue Marguerite. HEX triplet: 65, 55 and AB. RGB value is (101,85,171). Sum of RGB (Red+Green+Blue) = 101+85+171=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 171 (67.19% from 255 or 47.90% from 357); Max value from RGB is 171 - color contains mainly: blue. Hex color #6555AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6555AB is #9AAA54. Grayscale: #636363. Windows color (decimal): -10136149 or 11228517. OLE color: 11228517.

HSL color Cylindrical-coordinate representation of color #6555AB: hue angle of 251.16º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6555AB is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 85 171 -
CMYK 0.41 0.50 0 0.33
HSL 251.16º 0.34% 0.5% -
HSV(B) 251.16º 0.5% 0.67% -
XYZ 15.97 12.2 40.04 -
YUV 99.59 168.3 129.01 -
System Red Green Blue C M Y K H S L
Decimal 101 85 171 0.41 0.50 0 0.33 251.16 0.34 0.5
Hex 65 55 AB 29 32 0 21 FB 22 32
Octal 145 125 253 51 62 0 41 373 42 62
Binary 1100101 1010101 10101011 101001 110010 0 100001 11111011 100010 110010

Color Harmonies of #6555AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6555AB

Black with #6555AB

Text Example


Text Example

White with #6555AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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