Html Css Color HEX #655BA6 Blue Marguerite

📋 copy color: '#655BA6'

red 101 ◦ green 91 ◦ blue 166

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

Shades of Blue Marguerite #655BA6

Tints of Blue Marguerite #655BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.37%

R = 28.21%
G = 25.42%
B = 46.37%

CMYK

 C value IS 0.39

 M value IS 0.45

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#655BA6 (or 0x655BA6) is known color: Blue Marguerite. HEX triplet: 65, 5B and A6. RGB value is (101,91,166). Sum of RGB (Red+Green+Blue) = 101+91+166=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 166 - color contains mainly: blue. Hex color #655BA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BA6 is #9AA459. Grayscale: #666666. Windows color (decimal): -10134618 or 10902373. OLE color: 10902373.

HSL color Cylindrical-coordinate representation of color #655BA6: hue angle of 248º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #655BA6 is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 101 91 166 -
CMYK 0.39 0.45 0 0.35
HSL 248º 0.3% 0.5% -
HSV(B) 248º 0.45% 0.65% -
XYZ 15.99 13 37.74 -
YUV 102.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 101 91 166 0.39 0.45 0 0.35 248 0.3 0.5
Hex 65 5B A6 27 2D 0 23 F8 1E 32
Octal 145 133 246 47 55 0 43 370 36 62
Binary 1100101 1011011 10100110 100111 101101 0 100011 11111000 11110 110010

Color Harmonies of #655BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BA6

Black with #655BA6

Text Example


Text Example

White with #655BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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