#6C45CF

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

Shades of Slate Blue #6C45CF

Tints of Slate Blue #6C45CF

Color information

#6C45CF (or 0x6C45CF) is unknown color: approx Slate Blue. HEX triplet: 6C, 45 and CF. RGB value is (108,69,207). Sum of RGB (Red+Green+Blue) = 108+69+207=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C45CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C45CF is #93BA30. Grayscale: #5F5F5F. Windows color (decimal): -9681457 or 13583724. OLE color: 13583724.

HSL color Cylindrical-coordinate representation of color #6C45CF: hue angle of 256.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C45CF is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10869207-
CMYK0.480.6700.19
HSL256.96º58.97%54.12%-
HSV(B)256.96º66.67%81.18%-
XYZ19.5711.9560.31-
YUV96.39190.42136.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.12%
GREEN value IS 69 (27.34% from 255) = 17.97%
BLUE value IS 207 (81.25% from 255) = 53.91%
R=28.12%
G=17.97%
B=53.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108692070.480.6700.19256.9658.9754.12
Hex6C45CF30430131013b36
Octal154105317601030234017366
Binary11011001000101110011111100001000011010011100000001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C45CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C45CF; }

 p { color: rgb(108,69,207); }

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

<style>
 a { background-color: #6C45CF; }

 a { background-color: rgb(108,69,207); }

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

<style>
 span { border-color: #6C45CF; }

 span { border-color: rgb(108,69,207); }

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