#6760DF

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

Shades of Slate Blue #6760DF

Tints of Slate Blue #6760DF

Color information

#6760DF (or 0x6760DF) is unknown color: approx Slate Blue. HEX triplet: 67, 60 and DF. RGB value is (103,96,223). Sum of RGB (Red+Green+Blue) = 103+96+223=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #6760DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760DF is #989F20. Grayscale: #707070. Windows color (decimal): -10002209 or 14639207. OLE color: 14639207.

HSL color Cylindrical-coordinate representation of color #6760DF: hue angle of 243.31º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6760DF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10396223-
CMYK0.540.5700.13
HSL243.31º66.49%62.55%-
HSV(B)243.31º56.95%87.45%-
XYZ23.116.5871.79-
YUV112.57190.32121.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.41%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 223 (87.5% from 255) = 52.84%
R=24.41%
G=22.75%
B=52.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal103962230.540.5700.13243.3166.4962.55
Hex6760DF36390Df3423f
Octal147140337667101536310277
Binary110011111000001101111111011011100101101111100111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6760DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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