Html Css Color HEX #655AAE Blue Marguerite

📋 copy color: '#655AAE'

red 101 ◦ green 90 ◦ blue 174

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

Shades of Blue Marguerite #655AAE

Tints of Blue Marguerite #655AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 27.67%
G = 24.66%
B = 47.67%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#655AAE (or 0x655AAE) is known color: Blue Marguerite. HEX triplet: 65, 5A and AE. RGB value is (101,90,174). Sum of RGB (Red+Green+Blue) = 101+90+174=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #655AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655AAE is #9AA551. Grayscale: #666666. Windows color (decimal): -10134866 or 11426405. OLE color: 11426405.

HSL color Cylindrical-coordinate representation of color #655AAE: hue angle of 247.86º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655AAE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 90 174 -
CMYK 0.42 0.48 0 0.32
HSL 247.86º 0.34% 0.52% -
HSV(B) 247.86º 0.48% 0.68% -
XYZ 16.66 13.14 41.7 -
YUV 102.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 101 90 174 0.42 0.48 0 0.32 247.86 0.34 0.52
Hex 65 5A AE 2A 30 0 20 F8 22 34
Octal 145 132 256 52 60 0 40 370 42 64
Binary 1100101 1011010 10101110 101010 110000 0 100000 11111000 100010 110100

Color Harmonies of #655AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AAE

Black with #655AAE

Text Example


Text Example

White with #655AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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