#6042d8

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

Shades of Slate Blue #6042D8

Tints of Slate Blue #6042D8

Color information

#6042D8 (or 0x6042D8) is unknown color: approx Slate Blue. HEX triplet: 60, 42 and D8. RGB value is (96,66,216). Sum of RGB (Red+Green+Blue) = 96+66+216=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 216 (84.77% from 255 or 57.14% from 378); Max value from RGB is 216 - color contains mainly: blue. Hex color #6042D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042D8 is #9FBD27. Grayscale: #5B5B5B. Windows color (decimal): -10468648 or 14172768. OLE color: 14172768.

HSL color Cylindrical-coordinate representation of color #6042D8: hue angle of 252º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6042D8 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9666216-
CMYK0.560.6900.15
HSL252º65.79%55.29%-
HSV(B)252º69.44%84.71%-
XYZ19.1711.3466.14-
YUV92.07197.94130.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.40%
GREEN value IS 66 (26.17% from 255) = 17.46%
BLUE value IS 216 (84.77% from 255) = 57.14%
R=25.40%
G=17.46%
B=57.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96662160.560.6900.1525265.7955.29
Hex6042D838450Ffc4237
Octal1401023307010501737410267
Binary1100000100001011011000111000100010101111111111001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6042d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6042d8; }

 p { color: rgb(96,66,216); }

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

<style>
 a { background-color: #6042d8; }

 a { background-color: rgb(96,66,216); }

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

<style>
 span { border-color: #6042d8; }

 span { border-color: rgb(96,66,216); }

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