#6243CA

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

Shades of Slate Blue #6243CA

Tints of Slate Blue #6243CA

Color information

#6243CA (or 0x6243CA) is unknown color: approx Slate Blue. HEX triplet: 62, 43 and CA. RGB value is (98,67,202). Sum of RGB (Red+Green+Blue) = 98+67+202=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #6243CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6243CA is #9DBC35. Grayscale: #5B5B5B. Windows color (decimal): -10337334 or 13255522. OLE color: 13255522.

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

Color convert

RGB9867202-
CMYK0.510.6700.21
HSL253.78º56.02%52.75%-
HSV(B)253.78º66.83%79.22%-
XYZ17.710.8857.04-
YUV91.66190.27132.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.70%
GREEN value IS 67 (26.56% from 255) = 18.26%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=26.70%
G=18.26%
B=55.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal98672020.510.6700.21253.7856.0252.75
Hex6243CA3343015fe3835
Octal142103312631030253767065
Binary1100010100001111001010110011100001101010111111110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6243CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6243CA; }

 p { color: rgb(98,67,202); }

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

<style>
 a { background-color: #6243CA; }

 a { background-color: rgb(98,67,202); }

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

<style>
 span { border-color: #6243CA; }

 span { border-color: rgb(98,67,202); }

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