Html Css Color HEX #655CB1 Blue Marguerite

📋 copy color: '#655CB1'

red 101 ◦ green 92 ◦ blue 177

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

Shades of Blue Marguerite #655CB1

Tints of Blue Marguerite #655CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 177 (69.53% from 255) = 47.84%

R = 27.3%
G = 24.86%
B = 47.84%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#655CB1 (or 0x655CB1) is known color: Blue Marguerite. HEX triplet: 65, 5C and B1. RGB value is (101,92,177). Sum of RGB (Red+Green+Blue) = 101+92+177=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #655CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655CB1 is #9AA34E. Grayscale: #686868. Windows color (decimal): -10134351 or 11623525. OLE color: 11623525.

HSL color Cylindrical-coordinate representation of color #655CB1: hue angle of 246.35º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655CB1 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 92 177 -
CMYK 0.43 0.48 0 0.31
HSL 246.35º 0.35% 0.53% -
HSV(B) 246.35º 0.48% 0.69% -
XYZ 17.13 13.6 43.32 -
YUV 104.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 101 92 177 0.43 0.48 0 0.31 246.35 0.35 0.53
Hex 65 5C B1 2B 30 0 1F F6 23 35
Octal 145 134 261 53 60 0 37 366 43 65
Binary 1100101 1011100 10110001 101011 110000 0 11111 11110110 100011 110101

Color Harmonies of #655CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CB1

Black with #655CB1

Text Example


Text Example

White with #655CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,92,177); }

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

background-color css

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

 a { background-color: rgb(101,92,177); }

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

border-color css

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

 span { border-color: rgb(101,92,177); }

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