#6258C4

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

Shades of Slate Blue #6258C4

Tints of Slate Blue #6258C4

Color information

#6258C4 (or 0x6258C4) is unknown color: approx Slate Blue. HEX triplet: 62, 58 and C4. RGB value is (98,88,196). Sum of RGB (Red+Green+Blue) = 98+88+196=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 196 (76.95% from 255 or 51.31% from 382); Max value from RGB is 196 - color contains mainly: blue. Hex color #6258C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6258C4 is #9DA73B. Grayscale: #666666. Windows color (decimal): -10331964 or 12867682. OLE color: 12867682.

HSL color Cylindrical-coordinate representation of color #6258C4: hue angle of 245.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6258C4 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9888196-
CMYK0.50.5500.23
HSL245.56º47.79%55.69%-
HSV(B)245.56º55.1%76.86%-
XYZ18.4913.5653.87-
YUV103.3180.31124.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.65%
GREEN value IS 88 (34.77% from 255) = 23.04%
BLUE value IS 196 (76.95% from 255) = 51.31%
R=25.65%
G=23.04%
B=51.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal98881960.50.5500.23245.5647.7955.69
Hex6258C43237017f63038
Octal14213030462670273666070
Binary110001010110001100010011001011011101011111110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6258C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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