Html Css Color HEX #655AB6 Blue Marguerite

📋 copy color: '#655AB6'

red 101 ◦ green 90 ◦ blue 182

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

Shades of Blue Marguerite #655AB6

Tints of Blue Marguerite #655AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.79%

R = 27.08%
G = 24.13%
B = 48.79%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#655AB6 (or 0x655AB6) is known color: Blue Marguerite. HEX triplet: 65, 5A and B6. RGB value is (101,90,182). Sum of RGB (Red+Green+Blue) = 101+90+182=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 182 (71.48% from 255 or 48.79% from 373); Max value from RGB is 182 - color contains mainly: blue. Hex color #655AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AB6 is #9AA549. Grayscale: #676767. Windows color (decimal): -10134858 or 11950693. OLE color: 11950693.

HSL color Cylindrical-coordinate representation of color #655AB6: hue angle of 247.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655AB6 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 90 182 -
CMYK 0.45 0.51 0 0.29
HSL 247.17º 0.39% 0.53% -
HSV(B) 247.17º 0.51% 0.71% -
XYZ 17.47 13.46 45.93 -
YUV 103.78 172.14 126.02 -
System Red Green Blue C M Y K H S L
Decimal 101 90 182 0.45 0.51 0 0.29 247.17 0.39 0.53
Hex 65 5A B6 2D 33 0 1D F7 27 35
Octal 145 132 266 55 63 0 35 367 47 65
Binary 1100101 1011010 10110110 101101 110011 0 11101 11110111 100111 110101

Color Harmonies of #655AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AB6

Black with #655AB6

Text Example


Text Example

White with #655AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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