#6757CB

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

Shades of Slate Blue #6757CB

Tints of Slate Blue #6757CB

Color information

#6757CB (or 0x6757CB) is unknown color: approx Slate Blue. HEX triplet: 67, 57 and CB. RGB value is (103,87,203). Sum of RGB (Red+Green+Blue) = 103+87+203=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #6757CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6757CB is #98A834. Grayscale: #686868. Windows color (decimal): -10004533 or 13326183. OLE color: 13326183.

HSL color Cylindrical-coordinate representation of color #6757CB: hue angle of 248.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6757CB is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10387203-
CMYK0.490.5700.20
HSL248.28º52.73%56.86%-
HSV(B)248.28º57.14%79.61%-
XYZ19.7814.0158.16-
YUV105.01183.3126.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 87 (34.38% from 255) = 22.14%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=26.21%
G=22.14%
B=51.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal103872030.490.5700.20248.2852.7356.86
Hex6757CB3139014f83539
Octal14712731361710243706571
Binary110011110101111100101111000111100101010011111000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6757CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6757CB; }

 p { color: rgb(103,87,203); }

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

<style>
 a { background-color: #6757CB; }

 a { background-color: rgb(103,87,203); }

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

<style>
 span { border-color: #6757CB; }

 span { border-color: rgb(103,87,203); }

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