#6153DE

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

Shades of Slate Blue #6153DE

Tints of Slate Blue #6153DE

Color information

#6153DE (or 0x6153DE) is unknown color: approx Slate Blue. HEX triplet: 61, 53 and DE. RGB value is (97,83,222). Sum of RGB (Red+Green+Blue) = 97+83+222=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #6153DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153DE is #9EAC21. Grayscale: #666666. Windows color (decimal): -10398754 or 14570337. OLE color: 14570337.

HSL color Cylindrical-coordinate representation of color #6153DE: hue angle of 246.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6153DE is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9783222-
CMYK0.560.6300.13
HSL246.04º67.8%59.8%-
HSV(B)246.04º62.61%87.06%-
XYZ21.211470.69-
YUV103.03195.14123.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.13%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 222 (87.11% from 255) = 55.22%
R=24.13%
G=20.65%
B=55.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal97832220.560.6300.13246.0467.859.8
Hex6153DE383F0Df6443c
Octal141123336707701536610474
Binary110000110100111101111011100011111101101111101101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6153DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6153DE; }

 p { color: rgb(97,83,222); }

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

<style>
 a { background-color: #6153DE; }

 a { background-color: rgb(97,83,222); }

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

<style>
 span { border-color: #6153DE; }

 span { border-color: rgb(97,83,222); }

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