#6754CE

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

Shades of Slate Blue #6754CE

Tints of Slate Blue #6754CE

Color information

#6754CE (or 0x6754CE) is unknown color: approx Slate Blue. HEX triplet: 67, 54 and CE. RGB value is (103,84,206). Sum of RGB (Red+Green+Blue) = 103+84+206=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #6754CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6754CE is #98AB31. Grayscale: #676767. Windows color (decimal): -10005298 or 13522023. OLE color: 13522023.

HSL color Cylindrical-coordinate representation of color #6754CE: hue angle of 249.34º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6754CE is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10384206-
CMYK0.500.5900.19
HSL249.34º55.45%56.86%-
HSV(B)249.34º59.22%80.78%-
XYZ19.913.6859.98-
YUV103.59185.79127.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.21%
GREEN value IS 84 (33.20% from 255) = 21.37%
BLUE value IS 206 (80.86% from 255) = 52.42%
R=26.21%
G=21.37%
B=52.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal103842060.500.5900.19249.3455.4556.86
Hex6754CE323B013f93739
Octal14712431662730233716771
Binary110011110101001100111011001011101101001111111001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6754CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6754CE; }

 p { color: rgb(103,84,206); }

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

<style>
 a { background-color: #6754CE; }

 a { background-color: rgb(103,84,206); }

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

<style>
 span { border-color: #6754CE; }

 span { border-color: rgb(103,84,206); }

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