#6253e0

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

Shades of Slate Blue #6253E0

Tints of Slate Blue #6253E0

Color information

#6253E0 (or 0x6253E0) is unknown color: approx Slate Blue. HEX triplet: 62, 53 and E0. RGB value is (98,83,224). Sum of RGB (Red+Green+Blue) = 98+83+224=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #6253E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6253E0 is #9DAC1F. Grayscale: #676767. Windows color (decimal): -10333216 or 14701410. OLE color: 14701410.

HSL color Cylindrical-coordinate representation of color #6253E0: hue angle of 246.38º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6253E0 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9883224-
CMYK0.560.6300.12
HSL246.38º69.46%60.2%-
HSV(B)246.38º62.95%87.84%-
XYZ21.5814.1772.12-
YUV103.56195.97124.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.20%
GREEN value IS 83 (32.81% from 255) = 20.49%
BLUE value IS 224 (87.89% from 255) = 55.31%
R=24.20%
G=20.49%
B=55.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal98832240.560.6300.12246.3869.4660.2
Hex6253E0383F0Cf6453c
Octal142123340707701436610574
Binary110001010100111110000011100011111101100111101101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6253e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6253e0; }

 p { color: rgb(98,83,224); }

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

<style>
 a { background-color: #6253e0; }

 a { background-color: rgb(98,83,224); }

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

<style>
 span { border-color: #6253e0; }

 span { border-color: rgb(98,83,224); }

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