#6755cc

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

Shades of Slate Blue #6755CC

Tints of Slate Blue #6755CC

Color information

#6755CC (or 0x6755CC) is unknown color: approx Slate Blue. HEX triplet: 67, 55 and CC. RGB value is (103,85,204). Sum of RGB (Red+Green+Blue) = 103+85+204=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #6755CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755CC is #98AA33. Grayscale: #676767. Windows color (decimal): -10005044 or 13391207. OLE color: 13391207.

HSL color Cylindrical-coordinate representation of color #6755CC: hue angle of 249.08º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6755CC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10385204-
CMYK0.500.5800.2
HSL249.08º53.85%56.67%-
HSV(B)249.08º58.33%80%-
XYZ19.7413.7458.74-
YUV103.95184.46127.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.28%
GREEN value IS 85 (33.59% from 255) = 21.68%
BLUE value IS 204 (80.08% from 255) = 52.04%
R=26.28%
G=21.68%
B=52.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal103852040.500.5800.2249.0853.8556.67
Hex6755CC323A014f93639
Octal14712531462720243716671
Binary110011110101011100110011001011101001010011111001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6755cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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