#6A67C1

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

Shades of Slate Blue #6A67C1

Tints of Slate Blue #6A67C1

Color information

#6A67C1 (or 0x6A67C1) is unknown color: approx Slate Blue. HEX triplet: 6A, 67 and C1. RGB value is (106,103,193). Sum of RGB (Red+Green+Blue) = 106+103+193=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A67C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A67C1 is #95983E. Grayscale: #717171. Windows color (decimal): -9803839 or 12674922. OLE color: 12674922.

HSL color Cylindrical-coordinate representation of color #6A67C1: hue angle of 242º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A67C1 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB106103193-
CMYK0.450.4700.24
HSL242º42.06%58.04%-
HSV(B)242º46.63%75.69%-
XYZ20.4216.6152.58-
YUV114.16172.49122.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.37%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 193 (75.78% from 255) = 48.01%
R=26.37%
G=25.62%
B=48.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1061031930.450.4700.2424242.0658.04
Hex6A67C12D2F018f22a3a
Octal15214730155570303625272
Binary110101011001111100000110110110111101100011110010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A67C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,103,193); }

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

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

 a { background-color: rgb(106,103,193); }

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

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

 span { border-color: rgb(106,103,193); }

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