#6A67DD

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

Shades of Slate Blue #6A67DD

Tints of Slate Blue #6A67DD

Color information

#6A67DD (or 0x6A67DD) is unknown color: approx Slate Blue. HEX triplet: 6A, 67 and DD. RGB value is (106,103,221). Sum of RGB (Red+Green+Blue) = 106+103+221=430 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.65% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A67DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A67DD is #959822. Grayscale: #747474. Windows color (decimal): -9803811 or 14509930. OLE color: 14509930.

HSL color Cylindrical-coordinate representation of color #6A67DD: hue angle of 241.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A67DD is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106103221-
CMYK0.520.5300.13
HSL241.53º63.44%63.53%-
HSV(B)241.53º53.39%86.67%-
XYZ23.8517.9970.62-
YUV117.35186.49119.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.65%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 221 (86.72% from 255) = 51.40%
R=24.65%
G=23.95%
B=51.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061032210.520.5300.13241.5363.4463.53
Hex6A67DD34350Df23f40
Octal152147335646501536277100
Binary110101011001111101110111010011010101101111100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A67DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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