#6153BE

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

Shades of Blue Marguerite #6153BE

Tints of Blue Marguerite #6153BE

Color information

#6153BE (or 0x6153BE) is unknown color: approx Blue Marguerite. HEX triplet: 61, 53 and BE. RGB value is (97,83,190). Sum of RGB (Red+Green+Blue) = 97+83+190=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #6153BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153BE is #9EAC41. Grayscale: #626262. Windows color (decimal): -10398786 or 12473185. OLE color: 12473185.

HSL color Cylindrical-coordinate representation of color #6153BE: hue angle of 247.85º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6153BE is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9783190-
CMYK0.490.5600.25
HSL247.85º45.15%53.53%-
HSV(B)247.85º56.32%74.51%-
XYZ17.3212.4550.2-
YUV99.38179.14126.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 190 (74.61% from 255) = 51.35%
R=26.22%
G=22.43%
B=51.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97831900.490.5600.25247.8545.1553.53
Hex6153BE3138019f82d36
Octal14112327661700313705566
Binary110000110100111011111011000111100001100111111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6153BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6153BE; }

 p { color: rgb(97,83,190); }

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

<style>
 a { background-color: #6153BE; }

 a { background-color: rgb(97,83,190); }

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

<style>
 span { border-color: #6153BE; }

 span { border-color: rgb(97,83,190); }

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