Html Css Color HEX #655BAA Blue Marguerite

📋 copy color: '#655BAA'

red 101 ◦ green 91 ◦ blue 170

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

Shades of Blue Marguerite #655BAA

Tints of Blue Marguerite #655BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.14%

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 27.9%
G = 25.14%
B = 46.96%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#655BAA (or 0x655BAA) is known color: Blue Marguerite. HEX triplet: 65, 5B and AA. RGB value is (101,91,170). Sum of RGB (Red+Green+Blue) = 101+91+170=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #655BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BAA is #9AA455. Grayscale: #666666. Windows color (decimal): -10134614 or 11164517. OLE color: 11164517.

HSL color Cylindrical-coordinate representation of color #655BAA: hue angle of 247.59º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #655BAA is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 91 170 -
CMYK 0.41 0.46 0 0.33
HSL 247.59º 0.32% 0.51% -
HSV(B) 247.59º 0.46% 0.67% -
XYZ 16.36 13.15 39.71 -
YUV 103 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 101 91 170 0.41 0.46 0 0.33 247.59 0.32 0.51
Hex 65 5B AA 29 2E 0 21 F8 20 33
Octal 145 133 252 51 56 0 41 370 40 63
Binary 1100101 1011011 10101010 101001 101110 0 100001 11111000 100000 110011

Color Harmonies of #655BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BAA

Black with #655BAA

Text Example


Text Example

White with #655BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655BAA; }

 p { color: rgb(101,91,170); }

 H1.HeaderClassName
 {
   color: #655BAA;
 }
 .AnyTagClassName
 {
   color: #655BAA;
 }
</style>

background-color css

<style>
 a { background-color: #655BAA; }

 a { background-color: rgb(101,91,170); }

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

border-color css

<style>
 span { border-color: #655BAA; }

 span { border-color: rgb(101,91,170); }

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