#6A42EA

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

Shades of Slate Blue #6A42EA

Tints of Slate Blue #6A42EA

Color information

#6A42EA (or 0x6A42EA) is unknown color: approx Slate Blue. HEX triplet: 6A, 42 and EA. RGB value is (106,66,234). Sum of RGB (Red+Green+Blue) = 106+66+234=406 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.11% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #6A42EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A42EA is #95BD15. Grayscale: #606060. Windows color (decimal): -9813270 or 15352426. OLE color: 15352426.

HSL color Cylindrical-coordinate representation of color #6A42EA: hue angle of 254.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A42EA is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10666234-
CMYK0.550.7200.08
HSL254.29º80%58.82%-
HSV(B)254.29º71.79%91.76%-
XYZ22.7412.979.13-
YUV97.11205.25134.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.11%
GREEN value IS 66 (26.17% from 255) = 16.26%
BLUE value IS 234 (91.80% from 255) = 57.64%
R=26.11%
G=16.26%
B=57.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal106662340.550.7200.08254.298058.82
Hex6A42EA374808fe503b
Octal1521023526711001037612073
Binary1101010100001011101010110111100100001000111111101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A42EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A42EA; }

 p { color: rgb(106,66,234); }

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

<style>
 a { background-color: #6A42EA; }

 a { background-color: rgb(106,66,234); }

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

<style>
 span { border-color: #6A42EA; }

 span { border-color: rgb(106,66,234); }

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