#6255C4

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

Shades of Slate Blue #6255C4

Tints of Slate Blue #6255C4

Color information

#6255C4 (or 0x6255C4) is unknown color: approx Slate Blue. HEX triplet: 62, 55 and C4. RGB value is (98,85,196). Sum of RGB (Red+Green+Blue) = 98+85+196=379 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.86% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #6255C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255C4 is #9DAA3B. Grayscale: #656565. Windows color (decimal): -10332732 or 12866914. OLE color: 12866914.

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

Color convert

RGB9885196-
CMYK0.50.5700.23
HSL247.03º48.47%55.1%-
HSV(B)247.03º56.63%76.86%-
XYZ18.2513.0853.79-
YUV101.54181.31125.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.86%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 196 (76.95% from 255) = 51.72%
R=25.86%
G=22.43%
B=51.72%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal98851960.50.5700.23247.0348.4755.1
Hex6255C43239017f73037
Octal14212530462710273676067
Binary110001010101011100010011001011100101011111110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6255C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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