#6247CD

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

Shades of Slate Blue #6247CD

Tints of Slate Blue #6247CD

Color information

#6247CD (or 0x6247CD) is unknown color: approx Slate Blue. HEX triplet: 62, 47 and CD. RGB value is (98,71,205). Sum of RGB (Red+Green+Blue) = 98+71+205=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #6247CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6247CD is #9DB832. Grayscale: #5D5D5D. Windows color (decimal): -10336307 or 13453154. OLE color: 13453154.

HSL color Cylindrical-coordinate representation of color #6247CD: hue angle of 252.09º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6247CD is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9871205-
CMYK0.520.6500.20
HSL252.09º57.26%54.12%-
HSV(B)252.09º65.37%80.39%-
XYZ18.3111.5159.01-
YUV94.35190.45130.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 71 (28.12% from 255) = 18.98%
BLUE value IS 205 (80.47% from 255) = 54.81%
R=26.20%
G=18.98%
B=54.81%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal98712050.520.6500.20252.0957.2654.12
Hex6247CD3441014fc3936
Octal142107315641010243747166
Binary1100010100011111001101110100100000101010011111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6247CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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