#655EB3

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

Shades of Blue Marguerite #655EB3

Tints of Blue Marguerite #655EB3

Color information

#655EB3 (or 0x655EB3) is unknown color: approx Blue Marguerite. HEX triplet: 65, 5E and B3. RGB value is (101,94,179). Sum of RGB (Red+Green+Blue) = 101+94+179=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #655EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EB3 is #9AA14C. Grayscale: #696969. Windows color (decimal): -10133837 or 11755109. OLE color: 11755109.

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

Color convert

RGB10194179-
CMYK0.440.4700.30
HSL244.94º35.86%53.53%-
HSV(B)244.94º47.49%70.2%-
XYZ17.5114.0344.43-
YUV105.78169.32124.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 179 (70.31% from 255) = 47.86%
R=27.01%
G=25.13%
B=47.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal101941790.440.4700.30244.9435.8653.53
Hex655EB32C2F01Ef52436
Octal14513626354570363654466
Binary110010110111101011001110110010111101111011110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,94,179); }

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

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

 a { background-color: rgb(101,94,179); }

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

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

 span { border-color: rgb(101,94,179); }

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