#6257EA

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

Shades of Slate Blue #6257EA

Tints of Slate Blue #6257EA

Color information

#6257EA (or 0x6257EA) is unknown color: approx Slate Blue. HEX triplet: 62, 57 and EA. RGB value is (98,87,234). Sum of RGB (Red+Green+Blue) = 98+87+234=419 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.39% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 234 (91.80% from 255 or 55.85% from 419); Max value from RGB is 234 - color contains mainly: blue. Hex color #6257EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6257EA is #9DA815. Grayscale: #6A6A6A. Windows color (decimal): -10332182 or 15357794. OLE color: 15357794.

HSL color Cylindrical-coordinate representation of color #6257EA: hue angle of 244.49º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6257EA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9887234-
CMYK0.580.6300.08
HSL244.49º77.78%62.94%-
HSV(B)244.49º62.82%91.76%-
XYZ23.315.3579.58-
YUV107.05199.64121.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.39%
GREEN value IS 87 (34.38% from 255) = 20.76%
BLUE value IS 234 (91.80% from 255) = 55.85%
R=23.39%
G=20.76%
B=55.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal98872340.580.6300.08244.4977.7862.94
Hex6257EA3A3F08f44e3f
Octal142127352727701036411677
Binary110001010101111110101011101011111101000111101001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6257EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6257EA; }

 p { color: rgb(98,87,234); }

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

<style>
 a { background-color: #6257EA; }

 a { background-color: rgb(98,87,234); }

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

<style>
 span { border-color: #6257EA; }

 span { border-color: rgb(98,87,234); }

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