#6F63AD

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

Shades of Blue Marguerite #6F63AD

Tints of Blue Marguerite #6F63AD

Color information

#6F63AD (or 0x6F63AD) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 63 and AD. RGB value is (111,99,173). Sum of RGB (Red+Green+Blue) = 111+99+173=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F63AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F63AD is #909C52. Grayscale: #6E6E6E. Windows color (decimal): -9477203 or 11363183. OLE color: 11363183.

HSL color Cylindrical-coordinate representation of color #6F63AD: hue angle of 249.73º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F63AD is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11199173-
CMYK0.360.4300.32
HSL249.73º31.09%53.33%-
HSV(B)249.73º42.77%67.84%-
XYZ18.5615.3241.51-
YUV111.02162.98127.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.98%
GREEN value IS 99 (39.06% from 255) = 25.85%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=28.98%
G=25.85%
B=45.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111991730.360.4300.32249.7331.0953.33
Hex6F63AD242B020fa1f35
Octal15714325544530403723765
Binary110111111000111010110110010010101101000001111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F63AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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