#6B45CC

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

Shades of Slate Blue #6B45CC

Tints of Slate Blue #6B45CC

Color information

#6B45CC (or 0x6B45CC) is unknown color: approx Slate Blue. HEX triplet: 6B, 45 and CC. RGB value is (107,69,204). Sum of RGB (Red+Green+Blue) = 107+69+204=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B45CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B45CC is #94BA33. Grayscale: #5F5F5F. Windows color (decimal): -9746996 or 13387115. OLE color: 13387115.

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

Color convert

RGB10769204-
CMYK0.480.6600.2
HSL256.89º56.96%53.53%-
HSV(B)256.89º66.18%80%-
XYZ19.0911.7458.39-
YUV95.75189.09136.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.16%
GREEN value IS 69 (27.34% from 255) = 18.16%
BLUE value IS 204 (80.08% from 255) = 53.68%
R=28.16%
G=18.16%
B=53.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal107692040.480.6600.2256.8956.9653.53
Hex6B45CC30420141013936
Octal153105314601020244017166
Binary11010111000101110011001100001000010010100100000001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B45CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,204); }

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

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

 a { background-color: rgb(107,69,204); }

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

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

 span { border-color: rgb(107,69,204); }

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