#6755C0

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

Shades of Slate Blue #6755C0

Tints of Slate Blue #6755C0

Color information

#6755C0 (or 0x6755C0) is unknown color: approx Slate Blue. HEX triplet: 67, 55 and C0. RGB value is (103,85,192). Sum of RGB (Red+Green+Blue) = 103+85+192=380 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.11% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 192 (75.39% from 255 or 50.53% from 380); Max value from RGB is 192 - color contains mainly: blue. Hex color #6755C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6755C0 is #98AA3F. Grayscale: #666666. Windows color (decimal): -10005056 or 12604775. OLE color: 12604775.

HSL color Cylindrical-coordinate representation of color #6755C0: hue angle of 250.09º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6755C0 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10385192-
CMYK0.460.5600.25
HSL250.09º45.92%54.31%-
HSV(B)250.09º55.73%75.29%-
XYZ18.3613.1951.45-
YUV102.58178.46128.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.11%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 192 (75.39% from 255) = 50.53%
R=27.11%
G=22.37%
B=50.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal103851920.460.5600.25250.0945.9254.31
Hex6755C02E38019fa2e36
Octal14712530056700313725666
Binary110011110101011100000010111011100001100111111010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6755C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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