#6144CC

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

Shades of Slate Blue #6144CC

Tints of Slate Blue #6144CC

Color information

#6144CC (or 0x6144CC) is unknown color: approx Slate Blue. HEX triplet: 61, 44 and CC. RGB value is (97,68,204). Sum of RGB (Red+Green+Blue) = 97+68+204=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #6144CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6144CC is #9EBB33. Grayscale: #5B5B5B. Windows color (decimal): -10402612 or 13386849. OLE color: 13386849.

HSL color Cylindrical-coordinate representation of color #6144CC: hue angle of 252.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6144CC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9768204-
CMYK0.520.6700.2
HSL252.79º57.14%53.33%-
HSV(B)252.79º66.67%80%-
XYZ17.911.0458.31-
YUV92.18191.11131.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 68 (26.95% from 255) = 18.43%
BLUE value IS 204 (80.08% from 255) = 55.28%
R=26.29%
G=18.43%
B=55.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97682040.520.6700.2252.7957.1453.33
Hex6144CC3443014fd3935
Octal141104314641030243757165
Binary1100001100010011001100110100100001101010011111101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6144CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6144CC; }

 p { color: rgb(97,68,204); }

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

<style>
 a { background-color: #6144CC; }

 a { background-color: rgb(97,68,204); }

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

<style>
 span { border-color: #6144CC; }

 span { border-color: rgb(97,68,204); }

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