#6A42DF

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

Shades of Slate Blue #6A42DF

Tints of Slate Blue #6A42DF

Color information

#6A42DF (or 0x6A42DF) is unknown color: approx Slate Blue. HEX triplet: 6A, 42 and DF. RGB value is (106,66,223). Sum of RGB (Red+Green+Blue) = 106+66+223=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #6A42DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A42DF is #95BD20. Grayscale: #5F5F5F. Windows color (decimal): -9813281 or 14631530. OLE color: 14631530.

HSL color Cylindrical-coordinate representation of color #6A42DF: hue angle of 255.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A42DF is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10666223-
CMYK0.520.7000.13
HSL255.29º71.04%56.67%-
HSV(B)255.29º70.4%87.45%-
XYZ21.2112.2971.07-
YUV95.86199.75135.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.84%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 223 (87.5% from 255) = 56.46%
R=26.84%
G=16.71%
B=56.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106662230.520.7000.13255.2971.0456.67
Hex6A42DF34460Dff4739
Octal1521023376410601537710771
Binary1101010100001011011111110100100011001101111111111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A42DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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