Html Css Color HEX #655BAE Blue Marguerite

📋 copy color: '#655BAE'

red 101 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #655BAE

Tints of Blue Marguerite #655BAE

RGB

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

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

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

R = 27.6%
G = 24.86%
B = 47.54%

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

#655BAE (or 0x655BAE) is known color: Blue Marguerite. HEX triplet: 65, 5B and AE. RGB value is (101,91,174). Sum of RGB (Red+Green+Blue) = 101+91+174=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #655BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BAE is #9AA451. Grayscale: #676767. Windows color (decimal): -10134610 or 11426661. OLE color: 11426661.

HSL color Cylindrical-coordinate representation of color #655BAE: hue angle of 247.23º 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 #655BAE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 91 174 -
CMYK 0.42 0.48 0 0.32
HSL 247.23º 0.34% 0.52% -
HSV(B) 247.23º 0.48% 0.68% -
XYZ 16.75 13.3 41.73 -
YUV 103.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 101 91 174 0.42 0.48 0 0.32 247.23 0.34 0.52
Hex 65 5B AE 2A 30 0 20 F7 22 34
Octal 145 133 256 52 60 0 40 367 42 64
Binary 1100101 1011011 10101110 101010 110000 0 100000 11110111 100010 110100

Color Harmonies of #655BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BAE

Black with #655BAE

Text Example


Text Example

White with #655BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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