#6B4FE2

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

Shades of Slate Blue #6B4FE2

Tints of Slate Blue #6B4FE2

Color information

#6B4FE2 (or 0x6B4FE2) is unknown color: approx Slate Blue. HEX triplet: 6B, 4F and E2. RGB value is (107,79,226). Sum of RGB (Red+Green+Blue) = 107+79+226=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 226 (88.67% from 255 or 54.85% from 412); Max value from RGB is 226 - color contains mainly: blue. Hex color #6B4FE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4FE2 is #94B01D. Grayscale: #676767. Windows color (decimal): -9744414 or 14831467. OLE color: 14831467.

HSL color Cylindrical-coordinate representation of color #6B4FE2: hue angle of 251.43º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B4FE2 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10779226-
CMYK0.530.6500.11
HSL251.43º71.71%59.8%-
HSV(B)251.43º65.04%88.63%-
XYZ22.5914.2173.5-
YUV104.13196.78130.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.97%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 226 (88.67% from 255) = 54.85%
R=25.97%
G=19.17%
B=54.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal107792260.530.6500.11251.4371.7159.8
Hex6B4FE235410Bfb483c
Octal1531173426510101337311074
Binary1101011100111111100010110101100000101011111110111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,79,226); }

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

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

 a { background-color: rgb(107,79,226); }

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

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

 span { border-color: rgb(107,79,226); }

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