#6A67DA

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

Shades of Slate Blue #6A67DA

Tints of Slate Blue #6A67DA

Color information

#6A67DA (or 0x6A67DA) is unknown color: approx Slate Blue. HEX triplet: 6A, 67 and DA. RGB value is (106,103,218). Sum of RGB (Red+Green+Blue) = 106+103+218=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A67DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A67DA is #959825. Grayscale: #747474. Windows color (decimal): -9803814 or 14313322. OLE color: 14313322.

HSL color Cylindrical-coordinate representation of color #6A67DA: hue angle of 241.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A67DA is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106103218-
CMYK0.510.5300.15
HSL241.57º60.85%62.94%-
HSV(B)241.57º52.75%85.49%-
XYZ23.4517.8368.53-
YUV117.01184.99120.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.82%
GREEN value IS 103 (40.62% from 255) = 24.12%
BLUE value IS 218 (85.55% from 255) = 51.05%
R=24.82%
G=24.12%
B=51.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1061032180.510.5300.15241.5760.8562.94
Hex6A67DA33350Ff23d3f
Octal15214733263650173627577
Binary11010101100111110110101100111101010111111110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A67DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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