#6653C2

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

Shades of Slate Blue #6653C2

Tints of Slate Blue #6653C2

Color information

#6653C2 (or 0x6653C2) is unknown color: approx Slate Blue. HEX triplet: 66, 53 and C2. RGB value is (102,83,194). Sum of RGB (Red+Green+Blue) = 102+83+194=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #6653C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6653C2 is #99AC3D. Grayscale: #646464. Windows color (decimal): -10071102 or 12735334. OLE color: 12735334.

HSL color Cylindrical-coordinate representation of color #6653C2: hue angle of 250.27º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6653C2 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10283194-
CMYK0.470.5700.24
HSL250.27º47.64%54.31%-
HSV(B)250.27º57.22%76.08%-
XYZ18.3112.9152.57-
YUV101.34180.29128.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 194 (76.17% from 255) = 51.19%
R=26.91%
G=21.90%
B=51.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal102831940.470.5700.24250.2747.6454.31
Hex6653C22F39018fa3036
Octal14612330257710303726066
Binary110011010100111100001010111111100101100011111010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6653C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6653C2; }

 p { color: rgb(102,83,194); }

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

<style>
 a { background-color: #6653C2; }

 a { background-color: rgb(102,83,194); }

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

<style>
 span { border-color: #6653C2; }

 span { border-color: rgb(102,83,194); }

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