#6258CE

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

Shades of Slate Blue #6258CE

Tints of Slate Blue #6258CE

Color information

#6258CE (or 0x6258CE) is unknown color: approx Slate Blue. HEX triplet: 62, 58 and CE. RGB value is (98,88,206). Sum of RGB (Red+Green+Blue) = 98+88+206=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #6258CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6258CE is #9DA731. Grayscale: #676767. Windows color (decimal): -10331954 or 13523042. OLE color: 13523042.

HSL color Cylindrical-coordinate representation of color #6258CE: hue angle of 245.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6258CE is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9888206-
CMYK0.520.5700.19
HSL245.08º54.63%57.65%-
HSV(B)245.08º57.28%80.78%-
XYZ19.6714.0360.06-
YUV104.44185.31123.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25%
GREEN value IS 88 (34.77% from 255) = 22.45%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=25%
G=22.45%
B=52.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal98882060.520.5700.19245.0854.6357.65
Hex6258CE3439013f5373a
Octal14213031664710233656772
Binary110001010110001100111011010011100101001111110101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6258CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6258CE; }

 p { color: rgb(98,88,206); }

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

<style>
 a { background-color: #6258CE; }

 a { background-color: rgb(98,88,206); }

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

<style>
 span { border-color: #6258CE; }

 span { border-color: rgb(98,88,206); }

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