#6C63BD

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

Shades of Blue Marguerite #6C63BD

Tints of Blue Marguerite #6C63BD

Color information

#6C63BD (or 0x6C63BD) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 63 and BD. RGB value is (108,99,189). Sum of RGB (Red+Green+Blue) = 108+99+189=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C63BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C63BD is #939C42. Grayscale: #6F6F6F. Windows color (decimal): -9673795 or 12411756. OLE color: 12411756.

HSL color Cylindrical-coordinate representation of color #6C63BD: hue angle of 246º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C63BD is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10899189-
CMYK0.430.4800.26
HSL246º40.54%56.47%-
HSV(B)246º47.62%74.12%-
XYZ19.8315.7950.15-
YUV111.95171.48125.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.27%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=27.27%
G=25%
B=47.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal108991890.430.4800.2624640.5456.47
Hex6C63BD2B3001Af62938
Octal15414327553600323665170
Binary110110011000111011110110101111000001101011110110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C63BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,99,189); }

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

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

 a { background-color: rgb(108,99,189); }

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

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

 span { border-color: rgb(108,99,189); }

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