#6F63BE

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

Shades of Blue Marguerite #6F63BE

Tints of Blue Marguerite #6F63BE

Color information

#6F63BE (or 0x6F63BE) is unknown color: approx Blue Marguerite. HEX triplet: 6F, 63 and BE. RGB value is (111,99,190). Sum of RGB (Red+Green+Blue) = 111+99+190=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #6F63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F63BE is #909C41. Grayscale: #707070. Windows color (decimal): -9477186 or 12477295. OLE color: 12477295.

HSL color Cylindrical-coordinate representation of color #6F63BE: hue angle of 247.91º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F63BE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11199190-
CMYK0.420.4800.25
HSL247.91º41.18%56.67%-
HSV(B)247.91º47.89%74.51%-
XYZ20.3116.0250.74-
YUV112.96171.48126.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.75%
GREEN value IS 99 (39.06% from 255) = 24.75%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=27.75%
G=24.75%
B=47.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111991900.420.4800.25247.9141.1856.67
Hex6F63BE2A30019f82939
Octal15714327652600313705171
Binary110111111000111011111010101011000001100111111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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