#6755C8

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

Shades of Slate Blue #6755C8

Tints of Slate Blue #6755C8

Color information

#6755C8 (or 0x6755C8) is unknown color: approx Slate Blue. HEX triplet: 67, 55 and C8. RGB value is (103,85,200). Sum of RGB (Red+Green+Blue) = 103+85+200=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #6755C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755C8 is #98AA37. Grayscale: #676767. Windows color (decimal): -10005048 or 13129063. OLE color: 13129063.

HSL color Cylindrical-coordinate representation of color #6755C8: hue angle of 249.39º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6755C8 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10385200-
CMYK0.480.5800.22
HSL249.39º51.11%55.88%-
HSV(B)249.39º57.5%78.43%-
XYZ19.2713.5556.24-
YUV103.49182.46127.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.55%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 200 (78.52% from 255) = 51.55%
R=26.55%
G=21.91%
B=51.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal103852000.480.5800.22249.3951.1155.88
Hex6755C8303A016f93338
Octal14712531060720263716370
Binary110011110101011100100011000011101001011011111001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6755C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6755C8; }

 p { color: rgb(103,85,200); }

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

<style>
 a { background-color: #6755C8; }

 a { background-color: rgb(103,85,200); }

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

<style>
 span { border-color: #6755C8; }

 span { border-color: rgb(103,85,200); }

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