#6A6ACC

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

Shades of Slate Blue #6A6ACC

Tints of Slate Blue #6A6ACC

Color information

#6A6ACC (or 0x6A6ACC) is unknown color: approx Slate Blue. HEX triplet: 6A, 6A and CC. RGB value is (106,106,204). Sum of RGB (Red+Green+Blue) = 106+106+204=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A6ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6ACC is #959533. Grayscale: #747474. Windows color (decimal): -9803060 or 13396586. OLE color: 13396586.

HSL color Cylindrical-coordinate representation of color #6A6ACC: hue angle of 240º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A6ACC is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB106106204-
CMYK0.480.4800.2
HSL240º49%60.78%-
HSV(B)240º48.04%80%-
XYZ2217.7359.39-
YUV117.17177120.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.48%
GREEN value IS 106 (41.80% from 255) = 25.48%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=25.48%
G=25.48%
B=49.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1061062040.480.4800.22404960.78
Hex6A6ACC3030014f0313d
Octal15215231460600243606175
Binary110101011010101100110011000011000001010011110000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,106,204); }

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

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

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

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

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

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

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