#6651D5

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

Shades of Slate Blue #6651D5

Tints of Slate Blue #6651D5

Color information

#6651D5 (or 0x6651D5) is unknown color: approx Slate Blue. HEX triplet: 66, 51 and D5. RGB value is (102,81,213). Sum of RGB (Red+Green+Blue) = 102+81+213=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 213 (83.59% from 255 or 53.79% from 396); Max value from RGB is 213 - color contains mainly: blue. Hex color #6651D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6651D5 is #99AE2A. Grayscale: #656565. Windows color (decimal): -10071595 or 13980006. OLE color: 13980006.

HSL color Cylindrical-coordinate representation of color #6651D5: hue angle of 249.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6651D5 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10281213-
CMYK0.520.6200.16
HSL249.55º61.11%57.65%-
HSV(B)249.55º61.97%83.53%-
XYZ20.4313.5164.48-
YUV102.33190.46127.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.76%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 213 (83.59% from 255) = 53.79%
R=25.76%
G=20.45%
B=53.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102812130.520.6200.16249.5561.1157.65
Hex6651D5343E010fa3d3a
Octal14612132564760203727572
Binary110011010100011101010111010011111001000011111010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6651D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6651D5; }

 p { color: rgb(102,81,213); }

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

<style>
 a { background-color: #6651D5; }

 a { background-color: rgb(102,81,213); }

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

<style>
 span { border-color: #6651D5; }

 span { border-color: rgb(102,81,213); }

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