#6247CE

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

Shades of Slate Blue #6247CE

Tints of Slate Blue #6247CE

Color information

#6247CE (or 0x6247CE) is unknown color: approx Slate Blue. HEX triplet: 62, 47 and CE. RGB value is (98,71,206). Sum of RGB (Red+Green+Blue) = 98+71+206=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #6247CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247CE is #9DB831. Grayscale: #5D5D5D. Windows color (decimal): -10336306 or 13518690. OLE color: 13518690.

HSL color Cylindrical-coordinate representation of color #6247CE: hue angle of 252º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6247CE is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9871206-
CMYK0.520.6600.19
HSL252º57.94%54.31%-
HSV(B)252º65.53%80.78%-
XYZ18.4311.5659.65-
YUV94.46190.95130.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 206 (80.86% from 255) = 54.93%
R=26.13%
G=18.93%
B=54.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98712060.520.6600.1925257.9454.31
Hex6247CE3442013fc3a36
Octal142107316641020233747266
Binary1100010100011111001110110100100001001001111111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6247CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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