#6145ce

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

Shades of Slate Blue #6145CE

Tints of Slate Blue #6145CE

Color information

#6145CE (or 0x6145CE) is unknown color: approx Slate Blue. HEX triplet: 61, 45 and CE. RGB value is (97,69,206). Sum of RGB (Red+Green+Blue) = 97+69+206=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #6145CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145CE is #9EBA31. Grayscale: #5C5C5C. Windows color (decimal): -10402354 or 13518177. OLE color: 13518177.

HSL color Cylindrical-coordinate representation of color #6145CE: hue angle of 252.26º degrees, saturation: 0.58, 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 #6145CE is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9769206-
CMYK0.530.6700.19
HSL252.26º58.3%53.92%-
HSV(B)252.26º66.5%80.78%-
XYZ18.211.2559.61-
YUV92.99191.78130.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 206 (80.86% from 255) = 55.38%
R=26.08%
G=18.55%
B=55.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal97692060.530.6700.19252.2658.353.92
Hex6145CE3543013fc3a36
Octal141105316651030233747266
Binary1100001100010111001110110101100001101001111111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6145ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6145ce; }

 p { color: rgb(97,69,206); }

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

<style>
 a { background-color: #6145ce; }

 a { background-color: rgb(97,69,206); }

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

<style>
 span { border-color: #6145ce; }

 span { border-color: rgb(97,69,206); }

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