#6750E6

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

Shades of Slate Blue #6750E6

Tints of Slate Blue #6750E6

Color information

#6750E6 (or 0x6750E6) is unknown color: approx Slate Blue. HEX triplet: 67, 50 and E6. RGB value is (103,80,230). Sum of RGB (Red+Green+Blue) = 103+80+230=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #6750E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6750E6 is #98AF19. Grayscale: #676767. Windows color (decimal): -10006298 or 15093863. OLE color: 15093863.

HSL color Cylindrical-coordinate representation of color #6750E6: hue angle of 249.2º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6750E6 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10380230-
CMYK0.550.6500.10
HSL249.2º75%60.78%-
HSV(B)249.2º65.22%90.2%-
XYZ22.7514.3376.43-
YUV103.98199.12127.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.94%
GREEN value IS 80 (31.64% from 255) = 19.37%
BLUE value IS 230 (90.23% from 255) = 55.69%
R=24.94%
G=19.37%
B=55.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal103802300.550.6500.10249.27560.78
Hex6750E637410Af94b3d
Octal1471203466710101237111375
Binary1100111101000011100110110111100000101010111110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6750E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6750E6; }

 p { color: rgb(103,80,230); }

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

<style>
 a { background-color: #6750E6; }

 a { background-color: rgb(103,80,230); }

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

<style>
 span { border-color: #6750E6; }

 span { border-color: rgb(103,80,230); }

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