#6766D0

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

Shades of Slate Blue #6766D0

Tints of Slate Blue #6766D0

Color information

#6766D0 (or 0x6766D0) is unknown color: approx Slate Blue. HEX triplet: 67, 66 and D0. RGB value is (103,102,208). Sum of RGB (Red+Green+Blue) = 103+102+208=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #6766D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6766D0 is #98992F. Grayscale: #717171. Windows color (decimal): -10000688 or 13657703. OLE color: 13657703.

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

Color convert

RGB103102208-
CMYK0.500.5100.18
HSL240.57º53%60.78%-
HSV(B)240.57º50.96%81.57%-
XYZ21.7316.9461.8-
YUV114.38180.83119.88-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.94%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 208 (81.64% from 255) = 50.36%
R=24.94%
G=24.70%
B=50.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1031022080.500.5100.18240.575360.78
Hex6766D03233012f1353d
Octal14714632062630223616575
Binary110011111001101101000011001011001101001011110001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6766D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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