#6F63AB

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

Shades of Blue Marguerite #6F63AB

Tints of Blue Marguerite #6F63AB

Color information

#6F63AB (or 0x6F63AB) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 63 and AB. RGB value is (111,99,171). Sum of RGB (Red+Green+Blue) = 111+99+171=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F63AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F63AB is #909C54. Grayscale: #6E6E6E. Windows color (decimal): -9477205 or 11232111. OLE color: 11232111.

HSL color Cylindrical-coordinate representation of color #6F63AB: hue angle of 250º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F63AB is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11199171-
CMYK0.350.4200.33
HSL250º30%52.94%-
HSV(B)250º42.11%67.06%-
XYZ18.3715.2440.5-
YUV110.8161.98128.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.13%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=29.13%
G=25.98%
B=44.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111991710.350.4200.332503052.94
Hex6F63AB232A021fa1e35
Octal15714325343520413723665
Binary110111111000111010101110001110101001000011111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F63AB; }

 p { color: rgb(111,99,171); }

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

<style>
 a { background-color: #6F63AB; }

 a { background-color: rgb(111,99,171); }

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

<style>
 span { border-color: #6F63AB; }

 span { border-color: rgb(111,99,171); }

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