#6760D5

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

Shades of Slate Blue #6760D5

Tints of Slate Blue #6760D5

Color information

#6760D5 (or 0x6760D5) is unknown color: approx Slate Blue. HEX triplet: 67, 60 and D5. RGB value is (103,96,213). Sum of RGB (Red+Green+Blue) = 103+96+213=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 213 (83.59% from 255 or 51.70% from 412); Max value from RGB is 213 - color contains mainly: blue. Hex color #6760D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760D5 is #989F2A. Grayscale: #6E6E6E. Windows color (decimal): -10002219 or 13983847. OLE color: 13983847.

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

Color convert

RGB10396213-
CMYK0.520.5500.16
HSL243.59º58.21%60.59%-
HSV(B)243.59º54.93%83.53%-
XYZ21.7916.0564.9-
YUV111.43185.32121.99-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 213 (83.59% from 255) = 51.70%
R=25%
G=23.30%
B=51.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal103962130.520.5500.16243.5958.2160.59
Hex6760D53437010f43a3d
Octal14714032564670203647275
Binary110011111000001101010111010011011101000011110100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6760D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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