#6763D5

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

Shades of Slate Blue #6763D5

Tints of Slate Blue #6763D5

Color information

#6763D5 (or 0x6763D5) is unknown color: approx Slate Blue. HEX triplet: 67, 63 and D5. RGB value is (103,99,213). Sum of RGB (Red+Green+Blue) = 103+99+213=415 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.82% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #6763D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6763D5 is #989C2A. Grayscale: #707070. Windows color (decimal): -10001451 or 13984615. OLE color: 13984615.

HSL color Cylindrical-coordinate representation of color #6763D5: hue angle of 242.11º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6763D5 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10399213-
CMYK0.520.5400.16
HSL242.11º57.58%61.18%-
HSV(B)242.11º53.52%83.53%-
XYZ22.0716.6164.99-
YUV113.19184.33120.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.82%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 213 (83.59% from 255) = 51.33%
R=24.82%
G=23.86%
B=51.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal103992130.520.5400.16242.1157.5861.18
Hex6763D53436010f23a3d
Octal14714332564660203627275
Binary110011111000111101010111010011011001000011110010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6763D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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