#6247c9

Color #6247C9 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6247C9

Tints of Slate Blue #6247C9

Color information

#6247C9 (or 0x6247C9) is unknown color: approx Slate Blue. HEX triplet: 62, 47 and C9. RGB value is (98,71,201). Sum of RGB (Red+Green+Blue) = 98+71+201=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 201 (78.91% from 255 or 54.32% from 370); Max value from RGB is 201 - color contains mainly: blue. Hex color #6247C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247C9 is #9DB836. Grayscale: #5D5D5D. Windows color (decimal): -10336311 or 13191010. OLE color: 13191010.

HSL color Cylindrical-coordinate representation of color #6247C9: hue angle of 252.46º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6247C9 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9871201-
CMYK0.510.6500.21
HSL252.46º54.62%53.33%-
HSV(B)252.46º64.68%78.82%-
XYZ17.8311.3256.5-
YUV93.89188.45130.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 71 (28.12% from 255) = 19.19%
BLUE value IS 201 (78.91% from 255) = 54.32%
R=26.49%
G=19.19%
B=54.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal98712010.510.6500.21252.4654.6253.33
Hex6247C93341015fc3735
Octal142107311631010253746765
Binary1100010100011111001001110011100000101010111111100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6247c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6247c9; }

 p { color: rgb(98,71,201); }

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

<style>
 a { background-color: #6247c9; }

 a { background-color: rgb(98,71,201); }

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

<style>
 span { border-color: #6247c9; }

 span { border-color: rgb(98,71,201); }

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