Html Css Color HEX #655FB5 Blue Marguerite

📋 copy color: '#655FB5'

red 101 ◦ green 95 ◦ blue 181

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

Shades of Blue Marguerite #655FB5

Tints of Blue Marguerite #655FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.2%

 BLUE value IS 181 (71.09% from 255) = 48.01%

R = 26.79%
G = 25.2%
B = 48.01%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#655FB5 (or 0x655FB5) is known color: Blue Marguerite. HEX triplet: 65, 5F and B5. RGB value is (101,95,181). Sum of RGB (Red+Green+Blue) = 101+95+181=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 95 (37.5% from 255 or 25.20% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #655FB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FB5 is #9AA04A. Grayscale: #6A6A6A. Windows color (decimal): -10133579 or 11886437. OLE color: 11886437.

HSL color Cylindrical-coordinate representation of color #655FB5: hue angle of 244.19º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655FB5 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 101 95 181 -
CMYK 0.44 0.48 0 0.29
HSL 244.19º 0.37% 0.54% -
HSV(B) 244.19º 0.48% 0.71% -
XYZ 17.8 14.29 45.54 -
YUV 106.6 169.99 124.01 -
System Red Green Blue C M Y K H S L
Decimal 101 95 181 0.44 0.48 0 0.29 244.19 0.37 0.54
Hex 65 5F B5 2C 30 0 1D F4 25 36
Octal 145 137 265 54 60 0 35 364 45 66
Binary 1100101 1011111 10110101 101100 110000 0 11101 11110100 100101 110110

Color Harmonies of #655FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FB5

Black with #655FB5

Text Example


Text Example

White with #655FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,95,181); }

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

background-color css

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

 a { background-color: rgb(101,95,181); }

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

border-color css

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

 span { border-color: rgb(101,95,181); }

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