#614CBD

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

Shades of Blue Marguerite #614CBD

Tints of Blue Marguerite #614CBD

Color information

#614CBD (or 0x614CBD) is unknown color: approx Blue Marguerite. HEX triplet: 61, 4C and BD. RGB value is (97,76,189). Sum of RGB (Red+Green+Blue) = 97+76+189=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 189 (74.22% from 255 or 52.21% from 362); Max value from RGB is 189 - color contains mainly: blue. Hex color #614CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #614CBD is #9EB342. Grayscale: #5E5E5E. Windows color (decimal): -10400579 or 12405857. OLE color: 12405857.

HSL color Cylindrical-coordinate representation of color #614CBD: hue angle of 251.15º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614CBD is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9776189-
CMYK0.490.6000.26
HSL251.15º46.12%51.96%-
HSV(B)251.15º59.79%74.12%-
XYZ16.711.3849.46-
YUV95.16180.96129.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 189 (74.22% from 255) = 52.21%
R=26.80%
G=20.99%
B=52.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal97761890.490.6000.26251.1546.1251.96
Hex614CBD313C01Afb2e34
Octal14111427561740323735664
Binary110000110011001011110111000111110001101011111011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614CBD; }

 p { color: rgb(97,76,189); }

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

<style>
 a { background-color: #614CBD; }

 a { background-color: rgb(97,76,189); }

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

<style>
 span { border-color: #614CBD; }

 span { border-color: rgb(97,76,189); }

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