#655CBA

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

Shades of Blue Marguerite #655CBA

Tints of Blue Marguerite #655CBA

Color information

#655CBA (or 0x655CBA) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5C and BA. RGB value is (101,92,186). Sum of RGB (Red+Green+Blue) = 101+92+186=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #655CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CBA is #9AA345. Grayscale: #696969. Windows color (decimal): -10134342 or 12213349. OLE color: 12213349.

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

Color convert

RGB10192186-
CMYK0.460.5100.27
HSL245.74º40.52%54.51%-
HSV(B)245.74º50.54%72.94%-
XYZ18.0613.9748.2-
YUV105.41173.48124.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=26.65%
G=24.27%
B=49.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101921860.460.5100.27245.7440.5254.51
Hex655CBA2E3301Bf62937
Octal14513427256630333665167
Binary110010110111001011101010111011001101101111110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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