#6758D8

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

Shades of Slate Blue #6758D8

Tints of Slate Blue #6758D8

Color information

#6758D8 (or 0x6758D8) is unknown color: approx Slate Blue. HEX triplet: 67, 58 and D8. RGB value is (103,88,216). Sum of RGB (Red+Green+Blue) = 103+88+216=407 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.31% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 216 (84.77% from 255 or 53.07% from 407); Max value from RGB is 216 - color contains mainly: blue. Hex color #6758D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6758D8 is #98A727. Grayscale: #6A6A6A. Windows color (decimal): -10004264 or 14178407. OLE color: 14178407.

HSL color Cylindrical-coordinate representation of color #6758D8: hue angle of 247.03º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6758D8 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10388216-
CMYK0.520.5900.15
HSL247.03º62.14%59.61%-
HSV(B)247.03º59.26%84.71%-
XYZ21.4814.8266.69-
YUV107.08189.47125.09-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.31%
GREEN value IS 88 (34.77% from 255) = 21.62%
BLUE value IS 216 (84.77% from 255) = 53.07%
R=25.31%
G=21.62%
B=53.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal103882160.520.5900.15247.0362.1459.61
Hex6758D8343B0Ff73e3c
Octal14713033064730173677674
Binary11001111011000110110001101001110110111111110111111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6758D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6758D8; }

 p { color: rgb(103,88,216); }

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

<style>
 a { background-color: #6758D8; }

 a { background-color: rgb(103,88,216); }

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

<style>
 span { border-color: #6758D8; }

 span { border-color: rgb(103,88,216); }

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