Html Css Color HEX #655EAE Blue Marguerite

📋 copy color: '#655EAE'

red 101 ◦ green 94 ◦ blue 174

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

Shades of Blue Marguerite #655EAE

Tints of Blue Marguerite #655EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.47%

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

R = 27.37%
G = 25.47%
B = 47.15%

CMYK

 C value IS 0.42

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#655EAE (or 0x655EAE) is known color: Blue Marguerite. HEX triplet: 65, 5E and AE. RGB value is (101,94,174). Sum of RGB (Red+Green+Blue) = 101+94+174=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #655EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655EAE is #9AA151. Grayscale: #686868. Windows color (decimal): -10133842 or 11427429. OLE color: 11427429.

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

Color convert

RGB 101 94 174 -
CMYK 0.42 0.46 0 0.32
HSL 245.25º 0.33% 0.53% -
HSV(B) 245.25º 0.46% 0.68% -
XYZ 17.01 13.83 41.82 -
YUV 105.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 101 94 174 0.42 0.46 0 0.32 245.25 0.33 0.53
Hex 65 5E AE 2A 2E 0 20 F5 21 35
Octal 145 136 256 52 56 0 40 365 41 65
Binary 1100101 1011110 10101110 101010 101110 0 100000 11110101 100001 110101

Color Harmonies of #655EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EAE

Black with #655EAE

Text Example


Text Example

White with #655EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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