Html Css Color HEX #655AAA Blue Marguerite

📋 copy color: '#655AAA'

red 101 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #655AAA

Tints of Blue Marguerite #655AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

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

R = 27.98%
G = 24.93%
B = 47.09%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#655AAA (or 0x655AAA) is known color: Blue Marguerite. HEX triplet: 65, 5A and AA. RGB value is (101,90,170). Sum of RGB (Red+Green+Blue) = 101+90+170=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #655AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655AAA is #9AA555. Grayscale: #666666. Windows color (decimal): -10134870 or 11164261. OLE color: 11164261.

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

Color convert

RGB 101 90 170 -
CMYK 0.41 0.47 0 0.33
HSL 248.25º 0.32% 0.51% -
HSV(B) 248.25º 0.47% 0.67% -
XYZ 16.28 12.98 39.68 -
YUV 102.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 101 90 170 0.41 0.47 0 0.33 248.25 0.32 0.51
Hex 65 5A AA 29 2F 0 21 F8 20 33
Octal 145 132 252 51 57 0 41 370 40 63
Binary 1100101 1011010 10101010 101001 101111 0 100001 11111000 100000 110011

Color Harmonies of #655AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AAA

Black with #655AAA

Text Example


Text Example

White with #655AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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