#6A4FE8

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

Shades of Slate Blue #6A4FE8

Tints of Slate Blue #6A4FE8

Color information

#6A4FE8 (or 0x6A4FE8) is unknown color: approx Slate Blue. HEX triplet: 6A, 4F and E8. RGB value is (106,79,232). Sum of RGB (Red+Green+Blue) = 106+79+232=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 232 (91.02% from 255 or 55.64% from 417); Max value from RGB is 232 - color contains mainly: blue. Hex color #6A4FE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4FE8 is #95B017. Grayscale: #676767. Windows color (decimal): -9809944 or 15224682. OLE color: 15224682.

HSL color Cylindrical-coordinate representation of color #6A4FE8: hue angle of 250.59º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A4FE8 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10679232-
CMYK0.540.6600.09
HSL250.59º76.88%60.98%-
HSV(B)250.59º65.95%90.98%-
XYZ23.3114.4877.91-
YUV104.51199.95129.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.42%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 232 (91.02% from 255) = 55.64%
R=25.42%
G=18.94%
B=55.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal106792320.540.6600.09250.5976.8860.98
Hex6A4FE8364209fb4d3d
Octal1521173506610201137311575
Binary1101010100111111101000110110100001001001111110111001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,232); }

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

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

 a { background-color: rgb(106,79,232); }

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

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

 span { border-color: rgb(106,79,232); }

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