Html Css Color HEX #655ABA Blue Marguerite

📋 copy color: '#655ABA'

red 101 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #655ABA

Tints of Blue Marguerite #655ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 26.79%
G = 23.87%
B = 49.34%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#655ABA (or 0x655ABA) is known color: Blue Marguerite. HEX triplet: 65, 5A and BA. RGB value is (101,90,186). Sum of RGB (Red+Green+Blue) = 101+90+186=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #655ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ABA is #9AA545. Grayscale: #676767. Windows color (decimal): -10134854 or 12212837. OLE color: 12212837.

HSL color Cylindrical-coordinate representation of color #655ABA: hue angle of 246.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655ABA is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 90 186 -
CMYK 0.46 0.52 0 0.27
HSL 246.88º 0.41% 0.54% -
HSV(B) 246.88º 0.52% 0.73% -
XYZ 17.89 13.62 48.14 -
YUV 104.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 101 90 186 0.46 0.52 0 0.27 246.88 0.41 0.54
Hex 65 5A BA 2E 34 0 1B F7 29 36
Octal 145 132 272 56 64 0 33 367 51 66
Binary 1100101 1011010 10111010 101110 110100 0 11011 11110111 101001 110110

Color Harmonies of #655ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655ABA

Black with #655ABA

Text Example


Text Example

White with #655ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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