#655FB4

Color #655FB4 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #655FB4

Tints of Blue Marguerite #655FB4

Color information

#655FB4 (or 0x655FB4) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5F and B4. RGB value is (101,95,180). Sum of RGB (Red+Green+Blue) = 101+95+180=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 180 (70.70% from 255 or 47.87% from 376); Max value from RGB is 180 - color contains mainly: blue. Hex color #655FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FB4 is #9AA04B. Grayscale: #6A6A6A. Windows color (decimal): -10133580 or 11820901. OLE color: 11820901.

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

Color convert

RGB10195180-
CMYK0.440.4700.29
HSL244.24º36.17%53.92%-
HSV(B)244.24º47.22%70.59%-
XYZ17.714.2545-
YUV106.48169.49124.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 95 (37.5% from 255) = 25.27%
BLUE value IS 180 (70.70% from 255) = 47.87%
R=26.86%
G=25.27%
B=47.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101951800.440.4700.29244.2436.1753.92
Hex655FB42C2F01Df42436
Octal14513726454570353644466
Binary110010110111111011010010110010111101110111110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #655FB4;
 }
 .AnyTagClassName
 {
   color: #655FB4;
 }
</style>
background-color css

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

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

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

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

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

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