#6258CC

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

Shades of Slate Blue #6258CC

Tints of Slate Blue #6258CC

Color information

#6258CC (or 0x6258CC) is unknown color: approx Slate Blue. HEX triplet: 62, 58 and CC. RGB value is (98,88,204). Sum of RGB (Red+Green+Blue) = 98+88+204=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #6258CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6258CC is #9DA733. Grayscale: #676767. Windows color (decimal): -10331956 or 13391970. OLE color: 13391970.

HSL color Cylindrical-coordinate representation of color #6258CC: hue angle of 245.17º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6258CC is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9888204-
CMYK0.520.5700.2
HSL245.17º53.21%57.25%-
HSV(B)245.17º56.86%80%-
XYZ19.4313.9458.79-
YUV104.21184.31123.57-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 204 (80.08% from 255) = 52.31%
R=25.13%
G=22.56%
B=52.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal98882040.520.5700.2245.1753.2157.25
Hex6258CC3439014f53539
Octal14213031464710243656571
Binary110001010110001100110011010011100101010011110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6258CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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