#6F49CC

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

Shades of Slate Blue #6F49CC

Tints of Slate Blue #6F49CC

Color information

#6F49CC (or 0x6F49CC) is unknown color: approx Slate Blue. HEX triplet: 6F, 49 and CC. RGB value is (111,73,204). Sum of RGB (Red+Green+Blue) = 111+73+204=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F49CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F49CC is #90B633. Grayscale: #626262. Windows color (decimal): -9483828 or 13388143. OLE color: 13388143.

HSL color Cylindrical-coordinate representation of color #6F49CC: hue angle of 257.4º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F49CC is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11173204-
CMYK0.460.6400.2
HSL257.4º56.22%54.31%-
HSV(B)257.4º64.22%80%-
XYZ19.8412.558.49-
YUV99.3187.09136.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.61%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 204 (80.08% from 255) = 52.58%
R=28.61%
G=18.81%
B=52.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal111732040.460.6400.2257.456.2254.31
Hex6F49CC2E400141013836
Octal157111314561000244017066
Binary11011111001001110011001011101000000010100100000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F49CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,204); }

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

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

 a { background-color: rgb(111,73,204); }

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

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

 span { border-color: rgb(111,73,204); }

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