#6763CC

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

Shades of Slate Blue #6763CC

Tints of Slate Blue #6763CC

Color information

#6763CC (or 0x6763CC) is unknown color: approx Slate Blue. HEX triplet: 67, 63 and CC. RGB value is (103,99,204). Sum of RGB (Red+Green+Blue) = 103+99+204=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6763CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763CC is #989C33. Grayscale: #6F6F6F. Windows color (decimal): -10001460 or 13394791. OLE color: 13394791.

HSL color Cylindrical-coordinate representation of color #6763CC: hue angle of 242.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6763CC is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10399204-
CMYK0.500.5100.2
HSL242.29º50.72%59.41%-
HSV(B)242.29º51.47%80%-
XYZ20.9516.1759.14-
YUV112.17179.83121.46-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.37%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=25.37%
G=24.38%
B=50.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal103992040.500.5100.2242.2950.7259.41
Hex6763CC3233014f2333b
Octal14714331462630243626373
Binary110011111000111100110011001011001101010011110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6763CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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