#6146CA

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

Shades of Slate Blue #6146CA

Tints of Slate Blue #6146CA

Color information

#6146CA (or 0x6146CA) is unknown color: approx Slate Blue. HEX triplet: 61, 46 and CA. RGB value is (97,70,202). Sum of RGB (Red+Green+Blue) = 97+70+202=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 202 (79.30% from 255 or 54.74% from 369); Max value from RGB is 202 - color contains mainly: blue. Hex color #6146CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6146CA is #9EB935. Grayscale: #5C5C5C. Windows color (decimal): -10402102 or 13256289. OLE color: 13256289.

HSL color Cylindrical-coordinate representation of color #6146CA: hue angle of 252.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6146CA is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9770202-
CMYK0.520.6500.21
HSL252.27º55.46%53.33%-
HSV(B)252.27º65.35%79.22%-
XYZ17.7811.1957.1-
YUV93.12189.45130.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 70 (27.73% from 255) = 18.97%
BLUE value IS 202 (79.30% from 255) = 54.74%
R=26.29%
G=18.97%
B=54.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97702020.520.6500.21252.2755.4653.33
Hex6146CA3441015fc3735
Octal141106312641010253746765
Binary1100001100011011001010110100100000101010111111100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6146CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6146CA; }

 p { color: rgb(97,70,202); }

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

<style>
 a { background-color: #6146CA; }

 a { background-color: rgb(97,70,202); }

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

<style>
 span { border-color: #6146CA; }

 span { border-color: rgb(97,70,202); }

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