#6159AF

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

Shades of Blue Marguerite #6159AF

Tints of Blue Marguerite #6159AF

Color information

#6159AF (or 0x6159AF) is unknown color: approx Blue Marguerite. HEX triplet: 61, 59 and AF. RGB value is (97,89,175). Sum of RGB (Red+Green+Blue) = 97+89+175=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #6159AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6159AF is #9EA650. Grayscale: #646464. Windows color (decimal): -10397265 or 11491681. OLE color: 11491681.

HSL color Cylindrical-coordinate representation of color #6159AF: hue angle of 245.58º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6159AF is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9789175-
CMYK0.450.4900.31
HSL245.58º34.96%51.76%-
HSV(B)245.58º49.14%68.63%-
XYZ16.2412.7842.17-
YUV101.2169.65125.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=26.87%
G=24.65%
B=48.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97891750.450.4900.31245.5834.9651.76
Hex6159AF2D3101Ff62334
Octal14113125755610373664364
Binary110000110110011010111110110111000101111111110110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6159AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6159AF; }

 p { color: rgb(97,89,175); }

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

<style>
 a { background-color: #6159AF; }

 a { background-color: rgb(97,89,175); }

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

<style>
 span { border-color: #6159AF; }

 span { border-color: rgb(97,89,175); }

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