#6C63BE

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

Shades of Blue Marguerite #6C63BE

Tints of Blue Marguerite #6C63BE

Color information

#6C63BE (or 0x6C63BE) is unknown color: approx Blue Marguerite. HEX triplet: 6C, 63 and BE. RGB value is (108,99,190). Sum of RGB (Red+Green+Blue) = 108+99+190=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C63BE is #939C41. Grayscale: #6F6F6F. Windows color (decimal): -9673794 or 12477292. OLE color: 12477292.

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

Color convert

RGB10899190-
CMYK0.430.4800.25
HSL245.93º41.18%56.67%-
HSV(B)245.93º47.89%74.51%-
XYZ19.9415.8350.72-
YUV112.06171.98125.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.20%
GREEN value IS 99 (39.06% from 255) = 24.94%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=27.20%
G=24.94%
B=47.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108991900.430.4800.25245.9341.1856.67
Hex6C63BE2B30019f62939
Octal15414327653600313665171
Binary110110011000111011111010101111000001100111110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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