#6661D0

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

Shades of Slate Blue #6661D0

Tints of Slate Blue #6661D0

Color information

#6661D0 (or 0x6661D0) is unknown color: approx Slate Blue. HEX triplet: 66, 61 and D0. RGB value is (102,97,208). Sum of RGB (Red+Green+Blue) = 102+97+208=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #6661D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661D0 is #999E2F. Grayscale: #6E6E6E. Windows color (decimal): -10067504 or 13656422. OLE color: 13656422.

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

Color convert

RGB10297208-
CMYK0.510.5300.18
HSL242.7º54.15%59.8%-
HSV(B)242.7º53.37%81.57%-
XYZ21.1415.9361.63-
YUV111.15182.66121.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 97 (38.28% from 255) = 23.83%
BLUE value IS 208 (81.64% from 255) = 51.11%
R=25.06%
G=23.83%
B=51.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal102972080.510.5300.18242.754.1559.8
Hex6661D03335012f3363c
Octal14614132063650223636674
Binary110011011000011101000011001111010101001011110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6661D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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