#6763DD

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

Shades of Slate Blue #6763DD

Tints of Slate Blue #6763DD

Color information

#6763DD (or 0x6763DD) is unknown color: approx Slate Blue. HEX triplet: 67, 63 and DD. RGB value is (103,99,221). Sum of RGB (Red+Green+Blue) = 103+99+221=423 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.35% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #6763DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763DD is #989C22. Grayscale: #717171. Windows color (decimal): -10001443 or 14508903. OLE color: 14508903.

HSL color Cylindrical-coordinate representation of color #6763DD: hue angle of 241.97º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6763DD is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10399221-
CMYK0.530.5500.13
HSL241.97º64.21%62.75%-
HSV(B)241.97º55.2%86.67%-
XYZ23.1117.0370.48-
YUV114.1188.33120.08-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.35%
GREEN value IS 99 (39.06% from 255) = 23.40%
BLUE value IS 221 (86.72% from 255) = 52.25%
R=24.35%
G=23.40%
B=52.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103992210.530.5500.13241.9764.2162.75
Hex6763DD35370Df2403f
Octal147143335656701536210077
Binary110011111000111101110111010111011101101111100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6763DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6763DD; }

 p { color: rgb(103,99,221); }

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

<style>
 a { background-color: #6763DD; }

 a { background-color: rgb(103,99,221); }

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

<style>
 span { border-color: #6763DD; }

 span { border-color: rgb(103,99,221); }

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