#6455AF

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

Shades of Blue Marguerite #6455AF

Tints of Blue Marguerite #6455AF

Color information

#6455AF (or 0x6455AF) is unknown color: approx Blue Marguerite. HEX triplet: 64, 55 and AF. RGB value is (100,85,175). Sum of RGB (Red+Green+Blue) = 100+85+175=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6455AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6455AF is #9BAA50. Grayscale: #636363. Windows color (decimal): -10201681 or 11490660. OLE color: 11490660.

HSL color Cylindrical-coordinate representation of color #6455AF: hue angle of 250º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6455AF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10085175-
CMYK0.430.5100.31
HSL250º36%50.98%-
HSV(B)250º51.43%68.63%-
XYZ16.2412.342.08-
YUV99.74170.47128.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=27.78%
G=23.61%
B=48.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100851750.430.5100.312503650.98
Hex6455AF2B3301Ffa2433
Octal14412525753630373724463
Binary110010010101011010111110101111001101111111111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6455AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,85,175); }

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

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

 a { background-color: rgb(100,85,175); }

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

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

 span { border-color: rgb(100,85,175); }

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