#6650D0

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

Shades of Slate Blue #6650D0

Tints of Slate Blue #6650D0

Color information

#6650D0 (or 0x6650D0) is unknown color: approx Slate Blue. HEX triplet: 66, 50 and D0. RGB value is (102,80,208). Sum of RGB (Red+Green+Blue) = 102+80+208=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 208 (81.64% from 255 or 53.33% from 390); Max value from RGB is 208 - color contains mainly: blue. Hex color #6650D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650D0 is #99AF2F. Grayscale: #646464. Windows color (decimal): -10071856 or 13652070. OLE color: 13652070.

HSL color Cylindrical-coordinate representation of color #6650D0: hue angle of 250.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6650D0 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10280208-
CMYK0.510.6200.18
HSL250.31º57.66%56.47%-
HSV(B)250.31º61.54%81.57%-
XYZ19.7313.1261.17-
YUV101.17188.29128.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.15%
GREEN value IS 80 (31.64% from 255) = 20.51%
BLUE value IS 208 (81.64% from 255) = 53.33%
R=26.15%
G=20.51%
B=53.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102802080.510.6200.18250.3157.6656.47
Hex6650D0333E012fa3a38
Octal14612032063760223727270
Binary110011010100001101000011001111111001001011111010111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6650D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6650D0; }

 p { color: rgb(102,80,208); }

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

<style>
 a { background-color: #6650D0; }

 a { background-color: rgb(102,80,208); }

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

<style>
 span { border-color: #6650D0; }

 span { border-color: rgb(102,80,208); }

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