#6756DC

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

Shades of Slate Blue #6756DC

Tints of Slate Blue #6756DC

Color information

#6756DC (or 0x6756DC) is unknown color: approx Slate Blue. HEX triplet: 67, 56 and DC. RGB value is (103,86,220). Sum of RGB (Red+Green+Blue) = 103+86+220=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #6756DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6756DC is #98A923. Grayscale: #696969. Windows color (decimal): -10004772 or 14440039. OLE color: 14440039.

HSL color Cylindrical-coordinate representation of color #6756DC: hue angle of 247.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6756DC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10386220-
CMYK0.530.6100.14
HSL247.61º65.69%60%-
HSV(B)247.61º60.91%86.27%-
XYZ21.8414.7169.4-
YUV106.36192.13125.6-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.18%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 220 (86.33% from 255) = 53.79%
R=25.18%
G=21.03%
B=53.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal103862200.530.6100.14247.6165.6960
Hex6756DC353D0Ef8423c
Octal147126334657501637010274
Binary110011110101101101110011010111110101110111110001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6756DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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