#6760DC

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

Shades of Slate Blue #6760DC

Tints of Slate Blue #6760DC

Color information

#6760DC (or 0x6760DC) is unknown color: approx Slate Blue. HEX triplet: 67, 60 and DC. RGB value is (103,96,220). Sum of RGB (Red+Green+Blue) = 103+96+220=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #6760DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6760DC is #989F23. Grayscale: #6F6F6F. Windows color (decimal): -10002212 or 14442599. OLE color: 14442599.

HSL color Cylindrical-coordinate representation of color #6760DC: hue angle of 243.39º degrees, saturation: 0.64, 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 #6760DC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10396220-
CMYK0.530.5600.14
HSL243.39º63.92%61.96%-
HSV(B)243.39º56.36%86.27%-
XYZ22.6916.4269.68-
YUV112.23188.82121.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.58%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 220 (86.33% from 255) = 52.51%
R=24.58%
G=22.91%
B=52.51%

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
Decimal103962200.530.5600.14243.3963.9261.96
Hex6760DC35380Ef3403e
Octal147140334657001636310076
Binary110011111000001101110011010111100001110111100111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6760DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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