#6C63AD

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

Shades of Blue Marguerite #6C63AD

Tints of Blue Marguerite #6C63AD

Color information

#6C63AD (or 0x6C63AD) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 63 and AD. RGB value is (108,99,173). Sum of RGB (Red+Green+Blue) = 108+99+173=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C63AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C63AD is #939C52. Grayscale: #6D6D6D. Windows color (decimal): -9673811 or 11363180. OLE color: 11363180.

HSL color Cylindrical-coordinate representation of color #6C63AD: hue angle of 247.3º 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 #6C63AD is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10899173-
CMYK0.380.4300.32
HSL247.3º31.09%53.33%-
HSV(B)247.3º42.77%67.84%-
XYZ18.1915.1341.5-
YUV110.13163.48126.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.42%
GREEN value IS 99 (39.06% from 255) = 26.05%
BLUE value IS 173 (67.97% from 255) = 45.53%
R=28.42%
G=26.05%
B=45.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108991730.380.4300.32247.331.0953.33
Hex6C63AD262B020f71f35
Octal15414325546530403673765
Binary110110011000111010110110011010101101000001111011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C63AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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