#6760DB

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

Shades of Slate Blue #6760DB

Tints of Slate Blue #6760DB

Color information

#6760DB (or 0x6760DB) is unknown color: approx Slate Blue. HEX triplet: 67, 60 and DB. RGB value is (103,96,219). Sum of RGB (Red+Green+Blue) = 103+96+219=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #6760DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760DB is #989F24. Grayscale: #6F6F6F. Windows color (decimal): -10002213 or 14377063. OLE color: 14377063.

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

Color convert

RGB10396219-
CMYK0.530.5600.14
HSL243.41º63.08%61.76%-
HSV(B)243.41º56.16%85.88%-
XYZ22.5616.3668.99-
YUV112.12188.32121.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.64%
GREEN value IS 96 (37.89% from 255) = 22.97%
BLUE value IS 219 (85.94% from 255) = 52.39%
R=24.64%
G=22.97%
B=52.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103962190.530.5600.14243.4163.0861.76
Hex6760DB35380Ef33f3e
Octal14714033365700163637776
Binary11001111100000110110111101011110000111011110011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6760DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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