#6763DC

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

Shades of Slate Blue #6763DC

Tints of Slate Blue #6763DC

Color information

#6763DC (or 0x6763DC) is unknown color: approx Slate Blue. HEX triplet: 67, 63 and DC. RGB value is (103,99,220). Sum of RGB (Red+Green+Blue) = 103+99+220=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6763DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763DC is #989C23. Grayscale: #717171. Windows color (decimal): -10001444 or 14443367. OLE color: 14443367.

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

Color convert

RGB10399220-
CMYK0.530.5500.14
HSL241.98º63.35%62.55%-
HSV(B)241.98º55%86.27%-
XYZ22.9716.9769.78-
YUV113.99187.83120.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.41%
GREEN value IS 99 (39.06% from 255) = 23.46%
BLUE value IS 220 (86.33% from 255) = 52.13%
R=24.41%
G=23.46%
B=52.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103992200.530.5500.14241.9863.3562.55
Hex6763DC35370Ef23f3f
Octal14714333465670163627777
Binary11001111100011110111001101011101110111011110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6763DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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